Html Css Color HEX #B96044 Flame Pea

📋 copy color: '#B96044'

red 185 ◦ green 96 ◦ blue 68

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

Shades of Flame Pea #B96044

Tints of Flame Pea #B96044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.48%

R = 53.01%
G = 27.51%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B96044 (or 0xB96044) is known color: Flame Pea. HEX triplet: B9, 60 and 44. RGB value is (185,96,68). Sum of RGB (Red+Green+Blue) = 185+96+68=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B96044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96044 is #469FBB. Grayscale: #777777. Windows color (decimal): -4628412 or 4481209. OLE color: 4481209.

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

Color convert

RGB 185 96 68 -
CMYK 0 0.48 0.63 0.27
HSL 14.36º 0.46% 0.5% -
HSV(B) 14.36º 0.63% 0.73% -
XYZ 25.23 19.1 7.83 -
YUV 119.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 185 96 68 0 0.48 0.63 0.27 14.36 0.46 0.5
Hex B9 60 44 0 30 3F 1B E 2E 32
Octal 271 140 104 0 60 77 33 16 56 62
Binary 10111001 1100000 1000100 0 110000 111111 11011 1110 101110 110010

Color Harmonies of #B96044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96044

Black with #B96044

Text Example


Text Example

White with #B96044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96044; }

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

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

background-color css

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

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

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

border-color css

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

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

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