#bd5323

Color #BD5323 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #BD5323

Tints of Fiery Orange #BD5323

Color information

#BD5323 (or 0xBD5323) is unknown color: approx Fiery Orange. HEX triplet: BD, 53 and 23. RGB value is (189,83,35). Sum of RGB (Red+Green+Blue) = 189+83+35=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5323 is #42ACDC. Grayscale: #6D6D6D. Windows color (decimal): -4369629 or 2315197. OLE color: 2315197.

HSL color Cylindrical-coordinate representation of color #BD5323: hue angle of 18.7º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD5323 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB1898335-
CMYK00.560.810.26
HSL18.7º68.75%43.92%-
HSV(B)18.7º81.48%74.12%-
XYZ24.3817.133.61-
YUV109.2286.12184.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 61.56%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 35 (14.06% from 255) = 11.40%
R=61.56%
G=27.04%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189833500.560.810.2618.768.7543.92
HexBD5323038511A13452c
Octal27512343070121322310554
Binary1011110110100111000110111000101000111010100111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd5323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd5323; }

 p { color: rgb(189,83,35); }

 H1.HeaderClassName
 {
   color: #bd5323;
 }
 .AnyTagClassName
 {
   color: #bd5323;
 }
</style>
background-color css

<style>
 a { background-color: #bd5323; }

 a { background-color: rgb(189,83,35); }

 div.DivClassName
 {
   background-color: #bd5323;
 }
 .BgClassName
 {
   background-color: #bd5323;
 }
</style>
border-color css

<style>
 span { border-color: #bd5323; }

 span { border-color: rgb(189,83,35); }

 td.TdClassName
 {
   border-color: #bd5323;
 }
 .TagClassName
 {
   border-color: #bd5323;
 }
</style>