Html Css Color HEX #B96049 Flame Pea

📋 copy color: '#B96049'

red 185 ◦ green 96 ◦ blue 73

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

Shades of Flame Pea #B96049

Tints of Flame Pea #B96049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 73 (28.91% from 255) = 20.62%

R = 52.26%
G = 27.12%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B96049 (or 0xB96049) is known color: Flame Pea. HEX triplet: B9, 60 and 49. RGB value is (185,96,73). Sum of RGB (Red+Green+Blue) = 185+96+73=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B96049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96049 is #469FB6. Grayscale: #787878. Windows color (decimal): -4628407 or 4808889. OLE color: 4808889.

HSL color Cylindrical-coordinate representation of color #B96049: hue angle of 12.32º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B96049 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 96 73 -
CMYK 0 0.48 0.61 0.27
HSL 12.32º 0.44% 0.51% -
HSV(B) 12.32º 0.61% 0.73% -
XYZ 25.39 19.16 8.66 -
YUV 119.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 185 96 73 0 0.48 0.61 0.27 12.32 0.44 0.51
Hex B9 60 49 0 30 3D 1B C 2C 33
Octal 271 140 111 0 60 75 33 14 54 63
Binary 10111001 1100000 1001001 0 110000 111101 11011 1100 101100 110011

Color Harmonies of #B96049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96049

Black with #B96049

Text Example


Text Example

White with #B96049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96049; }

 p { color: rgb(185,96,73); }

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

background-color css

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

 a { background-color: rgb(185,96,73); }

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

border-color css

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

 span { border-color: rgb(185,96,73); }

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