Html Css Color HEX #B9551B Fiery Orange

📋 copy color: '#B9551B'

red 185 ◦ green 85 ◦ blue 27

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

Shades of Fiery Orange #B9551B

Tints of Fiery Orange #B9551B

RGB

 RED value IS 185 (72.66% from 255) = 62.29%

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

 BLUE value IS 27 (10.94% from 255) = 9.09%

R = 62.29%
G = 28.62%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9551B (or 0xB9551B) is known color: Fiery Orange. HEX triplet: B9, 55 and 1B. RGB value is (185,85,27). Sum of RGB (Red+Green+Blue) = 185+85+27=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9551B is #46AAE4. Grayscale: #6C6C6C. Windows color (decimal): -4631269 or 1791417. OLE color: 1791417.

HSL color Cylindrical-coordinate representation of color #B9551B: hue angle of 22.03º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9551B is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 27 -
CMYK 0 0.54 0.85 0.27
HSL 22.03º 0.75% 0.42% -
HSV(B) 22.03º 0.85% 0.73% -
XYZ 23.45 16.89 3.06 -
YUV 108.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 185 85 27 0 0.54 0.85 0.27 22.03 0.75 0.42
Hex B9 55 1B 0 36 55 1B 16 4B 2A
Octal 271 125 33 0 66 125 33 26 113 52
Binary 10111001 1010101 11011 0 110110 1010101 11011 10110 1001011 101010

Color Harmonies of #B9551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9551B

Black with #B9551B

Text Example


Text Example

White with #B9551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9551B; }

 p { color: rgb(185,85,27); }

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

background-color css

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

 a { background-color: rgb(185,85,27); }

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

border-color css

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

 span { border-color: rgb(185,85,27); }

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