Html Css Color HEX #B96448 Flame Pea

📋 copy color: '#B96448'

red 185 ◦ green 100 ◦ blue 72

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

Shades of Flame Pea #B96448

Tints of Flame Pea #B96448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.01%

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

R = 51.82%
G = 28.01%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B96448 (or 0xB96448) is known color: Flame Pea. HEX triplet: B9, 64 and 48. RGB value is (185,100,72). Sum of RGB (Red+Green+Blue) = 185+100+72=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B96448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96448 is #469BB7. Grayscale: #7A7A7A. Windows color (decimal): -4627384 or 4744377. OLE color: 4744377.

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

Color convert

RGB 185 100 72 -
CMYK 0 0.46 0.61 0.27
HSL 14.87º 0.45% 0.5% -
HSV(B) 14.87º 0.61% 0.73% -
XYZ 25.73 19.9 8.61 -
YUV 122.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 185 100 72 0 0.46 0.61 0.27 14.87 0.45 0.5
Hex B9 64 48 0 2E 3D 1B F 2D 32
Octal 271 144 110 0 56 75 33 17 55 62
Binary 10111001 1100100 1001000 0 101110 111101 11011 1111 101101 110010

Color Harmonies of #B96448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96448

Black with #B96448

Text Example


Text Example

White with #B96448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96448; }

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

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

background-color css

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

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

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

border-color css

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

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

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