#B96548

Color #B96548 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B96548

Tints of Flame Pea #B96548

Color information

#B96548 (or 0xB96548) is unknown color: approx Flame Pea. HEX triplet: B9, 65 and 48. RGB value is (185,101,72). Sum of RGB (Red+Green+Blue) = 185+101+72=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B96548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96548 is #469AB7. Grayscale: #7B7B7B. Windows color (decimal): -4627128 or 4744633. OLE color: 4744633.

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

Color convert

RGB18510172-
CMYK00.450.610.27
HSL15.4º44.66%50.39%-
HSV(B)15.4º61.08%72.55%-
XYZ25.8320.098.65-
YUV122.8199.33172.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 72 (28.52% from 255) = 20.11%
R=51.68%
G=28.21%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851017200.450.610.2715.444.6650.39
HexB9654802D3D1Bf2d32
Octal2711451100557533175562
Binary10111001110010110010000101101111101110111111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96548; }

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

 H1.HeaderClassName
 {
   color: #B96548;
 }
 .AnyTagClassName
 {
   color: #B96548;
 }
</style>
background-color css

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

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

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

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

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

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