Html Css Color HEX #B96248 Flame Pea

📋 copy color: '#B96248'

red 185 ◦ green 98 ◦ blue 72

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

Shades of Flame Pea #B96248

Tints of Flame Pea #B96248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 52.11%
G = 27.61%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B96248 (or 0xB96248) is known color: Flame Pea. HEX triplet: B9, 62 and 48. RGB value is (185,98,72). Sum of RGB (Red+Green+Blue) = 185+98+72=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B96248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96248 is #469DB7. Grayscale: #797979. Windows color (decimal): -4627896 or 4743865. OLE color: 4743865.

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

Color convert

RGB 185 98 72 -
CMYK 0 0.47 0.61 0.27
HSL 13.81º 0.45% 0.5% -
HSV(B) 13.81º 0.61% 0.73% -
XYZ 25.54 19.52 8.55 -
YUV 121.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 185 98 72 0 0.47 0.61 0.27 13.81 0.45 0.5
Hex B9 62 48 0 2F 3D 1B E 2D 32
Octal 271 142 110 0 57 75 33 16 55 62
Binary 10111001 1100010 1001000 0 101111 111101 11011 1110 101101 110010

Color Harmonies of #B96248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96248

Black with #B96248

Text Example


Text Example

White with #B96248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96248; }

 p { color: rgb(185,98,72); }

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

background-color css

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

 a { background-color: rgb(185,98,72); }

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

border-color css

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

 span { border-color: rgb(185,98,72); }

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