#B96348

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

Shades of Flame Pea #B96348

Tints of Flame Pea #B96348

Color information

#B96348 (or 0xB96348) is unknown color: approx Flame Pea. HEX triplet: B9, 63 and 48. RGB value is (185,99,72). Sum of RGB (Red+Green+Blue) = 185+99+72=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B96348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96348 is #469CB7. Grayscale: #797979. Windows color (decimal): -4627640 or 4744121. OLE color: 4744121.

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

Color convert

RGB1859972-
CMYK00.460.610.27
HSL14.34º44.66%50.39%-
HSV(B)14.34º61.08%72.55%-
XYZ25.6419.718.58-
YUV121.6499.99173.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 72 (28.52% from 255) = 20.22%
R=51.97%
G=27.81%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185997200.460.610.2714.3444.6650.39
HexB9634802E3D1Be2d32
Octal2711431100567533165562
Binary10111001110001110010000101110111101110111110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96348; }

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

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

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

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

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

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

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

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