Html Css Color HEX #B9552F Fiery Orange

📋 copy color: '#B9552F'

red 185 ◦ green 85 ◦ blue 47

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

Shades of Fiery Orange #B9552F

Tints of Fiery Orange #B9552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.83%

R = 58.36%
G = 26.81%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9552F (or 0xB9552F) is known color: Fiery Orange. HEX triplet: B9, 55 and 2F. RGB value is (185,85,47). Sum of RGB (Red+Green+Blue) = 185+85+47=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9552F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9552F is #46AAD0. Grayscale: #6E6E6E. Windows color (decimal): -4631249 or 3102137. OLE color: 3102137.

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

Color convert

RGB 185 85 47 -
CMYK 0 0.54 0.75 0.27
HSL 16.52º 0.59% 0.45% -
HSV(B) 16.52º 0.75% 0.73% -
XYZ 23.77 17.02 4.72 -
YUV 110.57 92.13 181.09 -
System Red Green Blue C M Y K H S L
Decimal 185 85 47 0 0.54 0.75 0.27 16.52 0.59 0.45
Hex B9 55 2F 0 36 4B 1B 11 3B 2D
Octal 271 125 57 0 66 113 33 21 73 55
Binary 10111001 1010101 101111 0 110110 1001011 11011 10001 111011 101101

Color Harmonies of #B9552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9552F

Black with #B9552F

Text Example


Text Example

White with #B9552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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