Html Css Color HEX #BD5528 Fiery Orange

📋 copy color: '#BD5528'

red 189 ◦ green 85 ◦ blue 40

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

Shades of Fiery Orange #BD5528

Tints of Fiery Orange #BD5528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 60.19%
G = 27.07%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD5528 (or 0xBD5528) is known color: Fiery Orange. HEX triplet: BD, 55 and 28. RGB value is (189,85,40). Sum of RGB (Red+Green+Blue) = 189+85+40=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5528 is #42AAD7. Grayscale: #6F6F6F. Windows color (decimal): -4369112 or 2643389. OLE color: 2643389.

HSL color Cylindrical-coordinate representation of color #BD5528: hue angle of 18.12º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD5528 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 85 40 -
CMYK 0 0.55 0.79 0.26
HSL 18.12º 0.65% 0.45% -
HSV(B) 18.12º 0.79% 0.74% -
XYZ 24.62 17.47 4.08 -
YUV 110.97 87.96 183.66 -
System Red Green Blue C M Y K H S L
Decimal 189 85 40 0 0.55 0.79 0.26 18.12 0.65 0.45
Hex BD 55 28 0 37 4F 1A 12 41 2D
Octal 275 125 50 0 67 117 32 22 101 55
Binary 10111101 1010101 101000 0 110111 1001111 11010 10010 1000001 101101

Color Harmonies of #BD5528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5528

Black with #BD5528

Text Example


Text Example

White with #BD5528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5528; }

 p { color: rgb(189,85,40); }

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

background-color css

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

 a { background-color: rgb(189,85,40); }

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

border-color css

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

 span { border-color: rgb(189,85,40); }

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