Html Css Color HEX #B96144 Flame Pea

📋 copy color: '#B96144'

red 185 ◦ green 97 ◦ blue 68

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

Shades of Flame Pea #B96144

Tints of Flame Pea #B96144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

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

R = 52.86%
G = 27.71%
B = 19.43%

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

#B96144 (or 0xB96144) is known color: Flame Pea. HEX triplet: B9, 61 and 44. RGB value is (185,97,68). Sum of RGB (Red+Green+Blue) = 185+97+68=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B96144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96144 is #469EBB. Grayscale: #787878. Windows color (decimal): -4628156 or 4481465. OLE color: 4481465.

HSL color Cylindrical-coordinate representation of color #B96144: hue angle of 14.87º 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 #B96144 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 97 68 -
CMYK 0 0.48 0.63 0.27
HSL 14.87º 0.46% 0.5% -
HSV(B) 14.87º 0.63% 0.73% -
XYZ 25.33 19.28 7.86 -
YUV 120.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 185 97 68 0 0.48 0.63 0.27 14.87 0.46 0.5
Hex B9 61 44 0 30 3F 1B F 2E 32
Octal 271 141 104 0 60 77 33 17 56 62
Binary 10111001 1100001 1000100 0 110000 111111 11011 1111 101110 110010

Color Harmonies of #B96144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96144

Black with #B96144

Text Example


Text Example

White with #B96144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96144; }

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

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

background-color css

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

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

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

border-color css

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

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

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