Html Css Color HEX #B9551C Fiery Orange

📋 copy color: '#B9551C'

red 185 ◦ green 85 ◦ blue 28

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

Shades of Fiery Orange #B9551C

Tints of Fiery Orange #B9551C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 62.08%
G = 28.52%
B = 9.4%

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

#B9551C (or 0xB9551C) is known color: Fiery Orange. HEX triplet: B9, 55 and 1C. RGB value is (185,85,28). Sum of RGB (Red+Green+Blue) = 185+85+28=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9551C is #46AAE3. Grayscale: #6C6C6C. Windows color (decimal): -4631268 or 1856953. OLE color: 1856953.

HSL color Cylindrical-coordinate representation of color #B9551C: hue angle of 21.78º degrees, saturation: 0.74, 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 #B9551C is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 28 -
CMYK 0 0.54 0.85 0.27
HSL 21.78º 0.74% 0.42% -
HSV(B) 21.78º 0.85% 0.73% -
XYZ 23.47 16.9 3.12 -
YUV 108.4 82.63 182.63 -
System Red Green Blue C M Y K H S L
Decimal 185 85 28 0 0.54 0.85 0.27 21.78 0.74 0.42
Hex B9 55 1C 0 36 55 1B 16 4A 2A
Octal 271 125 34 0 66 125 33 26 112 52
Binary 10111001 1010101 11100 0 110110 1010101 11011 10110 1001010 101010

Color Harmonies of #B9551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9551C

Black with #B9551C

Text Example


Text Example

White with #B9551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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