Html Css Color HEX #BD5526 Fiery Orange

📋 copy color: '#BD5526'

red 189 ◦ green 85 ◦ blue 38

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

Shades of Fiery Orange #BD5526

Tints of Fiery Orange #BD5526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.18%

R = 60.58%
G = 27.24%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD5526 (or 0xBD5526) is known color: Fiery Orange. HEX triplet: BD, 55 and 26. RGB value is (189,85,38). Sum of RGB (Red+Green+Blue) = 189+85+38=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5526 is #42AAD9. Grayscale: #6F6F6F. Windows color (decimal): -4369114 or 2512317. OLE color: 2512317.

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

Color convert

RGB 189 85 38 -
CMYK 0 0.55 0.80 0.26
HSL 18.68º 0.67% 0.45% -
HSV(B) 18.68º 0.8% 0.74% -
XYZ 24.58 17.46 3.91 -
YUV 110.74 86.96 183.82 -
System Red Green Blue C M Y K H S L
Decimal 189 85 38 0 0.55 0.80 0.26 18.68 0.67 0.45
Hex BD 55 26 0 37 50 1A 13 43 2D
Octal 275 125 46 0 67 120 32 23 103 55
Binary 10111101 1010101 100110 0 110111 1010000 11010 10011 1000011 101101

Color Harmonies of #BD5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5526

Black with #BD5526

Text Example


Text Example

White with #BD5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5526; }

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

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

background-color css

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

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

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

border-color css

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

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

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