Html Css Color HEX #B96749 Flame Pea

📋 copy color: '#B96749'

red 185 ◦ green 103 ◦ blue 73

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

Shades of Flame Pea #B96749

Tints of Flame Pea #B96749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

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

R = 51.25%
G = 28.53%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B96749 (or 0xB96749) is known color: Flame Pea. HEX triplet: B9, 67 and 49. RGB value is (185,103,73). Sum of RGB (Red+Green+Blue) = 185+103+73=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B96749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96749 is #4698B6. Grayscale: #7C7C7C. Windows color (decimal): -4626615 or 4810681. OLE color: 4810681.

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

Color convert

RGB 185 103 73 -
CMYK 0 0.44 0.61 0.27
HSL 16.07º 0.44% 0.51% -
HSV(B) 16.07º 0.61% 0.73% -
XYZ 26.06 20.5 8.89 -
YUV 124.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 185 103 73 0 0.44 0.61 0.27 16.07 0.44 0.51
Hex B9 67 49 0 2C 3D 1B 10 2C 33
Octal 271 147 111 0 54 75 33 20 54 63
Binary 10111001 1100111 1001001 0 101100 111101 11011 10000 101100 110011

Color Harmonies of #B96749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96749

Black with #B96749

Text Example


Text Example

White with #B96749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96749; }

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

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

background-color css

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

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

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

border-color css

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

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

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