Html Css Color HEX #BD5424 Fiery Orange

📋 copy color: '#BD5424'

red 189 ◦ green 84 ◦ blue 36

#BD5424
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #BD5424

Tints of Fiery Orange #BD5424

RGB

 RED value IS 189 (74.22% from 255) = 61.17%

 GREEN value IS 84 (33.2% from 255) = 27.18%

 BLUE value IS 36 (14.45% from 255) = 11.65%

R = 61.17%
G = 27.18%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD5424 (or 0xBD5424) is known color: Fiery Orange. HEX triplet: BD, 54 and 24. RGB value is (189,84,36). Sum of RGB (Red+Green+Blue) = 189+84+36=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5424 is #42ABDB. Grayscale: #6E6E6E. Windows color (decimal): -4369372 or 2380989. OLE color: 2380989.

HSL color Cylindrical-coordinate representation of color #BD5424: hue angle of 18.82º degrees, saturation: 0.68, 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 #BD5424 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 84 36 -
CMYK 0 0.56 0.81 0.26
HSL 18.82º 0.68% 0.44% -
HSV(B) 18.82º 0.81% 0.74% -
XYZ 24.48 17.29 3.72 -
YUV 109.92 86.29 184.4 -
System Red Green Blue C M Y K H S L
Decimal 189 84 36 0 0.56 0.81 0.26 18.82 0.68 0.44
Hex BD 54 24 0 38 51 1A 13 44 2C
Octal 275 124 44 0 70 121 32 23 104 54
Binary 10111101 1010100 100100 0 111000 1010001 11010 10011 1000100 101100

Color Harmonies of #BD5424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5424

Black with #BD5424

Text Example


Text Example

White with #BD5424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5424; }

 p { color: rgb(189,84,36); }

 H1.HeaderClassName
 {
   color: #BD5424;
 }
 .AnyTagClassName
 {
   color: #BD5424;
 }
</style>

background-color css

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

 a { background-color: rgb(189,84,36); }

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

border-color css

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

 span { border-color: rgb(189,84,36); }

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