#B96651

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

Shades of Flame Pea #B96651

Tints of Flame Pea #B96651

Color information

#B96651 (or 0xB96651) is unknown color: approx Flame Pea. HEX triplet: B9, 66 and 51. RGB value is (185,102,81). Sum of RGB (Red+Green+Blue) = 185+102+81=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B96651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96651 is #4699AE. Grayscale: #7C7C7C. Windows color (decimal): -4626863 or 5334713. OLE color: 5334713.

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

Color convert

RGB18510281-
CMYK00.450.560.27
HSL12.12º42.62%52.16%-
HSV(B)12.12º56.22%72.55%-
XYZ26.2420.4110.34-
YUV124.42103.5171.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 81 (32.03% from 255) = 22.01%
R=50.27%
G=27.72%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851028100.450.560.2712.1242.6252.16
HexB9665102D381Bc2b34
Octal2711461210557033145364
Binary10111001110011010100010101101111000110111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96651; }

 p { color: rgb(185,102,81); }

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

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

 a { background-color: rgb(185,102,81); }

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

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

 span { border-color: rgb(185,102,81); }

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