Html Css Color HEX #B9551A Fiery Orange

📋 copy color: '#B9551A'

red 185 ◦ green 85 ◦ blue 26

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

Shades of Fiery Orange #B9551A

Tints of Fiery Orange #B9551A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.78%

R = 62.5%
G = 28.72%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9551A (or 0xB9551A) is known color: Fiery Orange. HEX triplet: B9, 55 and 1A. RGB value is (185,85,26). Sum of RGB (Red+Green+Blue) = 185+85+26=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9551A is #46AAE5. Grayscale: #6C6C6C. Windows color (decimal): -4631270 or 1725881. OLE color: 1725881.

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

Color convert

RGB 185 85 26 -
CMYK 0 0.54 0.86 0.27
HSL 22.26º 0.75% 0.41% -
HSV(B) 22.26º 0.86% 0.73% -
XYZ 23.44 16.89 3 -
YUV 108.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 185 85 26 0 0.54 0.86 0.27 22.26 0.75 0.41
Hex B9 55 1A 0 36 56 1B 16 4B 29
Octal 271 125 32 0 66 126 33 26 113 51
Binary 10111001 1010101 11010 0 110110 1010110 11011 10110 1001011 101001

Color Harmonies of #B9551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9551A

Black with #B9551A

Text Example


Text Example

White with #B9551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9551A; }

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

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

background-color css

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

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

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

border-color css

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

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

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