Html Css Color HEX #B96649 Flame Pea

📋 copy color: '#B96649'

red 185 ◦ green 102 ◦ blue 73

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

Shades of Flame Pea #B96649

Tints of Flame Pea #B96649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

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

R = 51.39%
G = 28.33%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B96649 (or 0xB96649) is known color: Flame Pea. HEX triplet: B9, 66 and 49. RGB value is (185,102,73). Sum of RGB (Red+Green+Blue) = 185+102+73=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B96649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96649 is #4699B6. Grayscale: #7B7B7B. Windows color (decimal): -4626871 or 4810425. OLE color: 4810425.

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

Color convert

RGB 185 102 73 -
CMYK 0 0.45 0.61 0.27
HSL 15.54º 0.44% 0.51% -
HSV(B) 15.54º 0.61% 0.73% -
XYZ 25.96 20.3 8.85 -
YUV 123.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 185 102 73 0 0.45 0.61 0.27 15.54 0.44 0.51
Hex B9 66 49 0 2D 3D 1B 10 2C 33
Octal 271 146 111 0 55 75 33 20 54 63
Binary 10111001 1100110 1001001 0 101101 111101 11011 10000 101100 110011

Color Harmonies of #B96649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96649

Black with #B96649

Text Example


Text Example

White with #B96649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96649; }

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

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

background-color css

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

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

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

border-color css

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

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

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