#B9604C

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

Shades of Flame Pea #B9604C

Tints of Flame Pea #B9604C

Color information

#B9604C (or 0xB9604C) is unknown color: approx Flame Pea. HEX triplet: B9, 60 and 4C. RGB value is (185,96,76). Sum of RGB (Red+Green+Blue) = 185+96+76=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9604C is #469FB3. Grayscale: #787878. Windows color (decimal): -4628404 or 5005497. OLE color: 5005497.

HSL color Cylindrical-coordinate representation of color #B9604C: hue angle of 11.01º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9604C is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1859676-
CMYK00.480.590.27
HSL11.01º43.78%51.18%-
HSV(B)11.01º58.92%72.55%-
XYZ25.4919.29.2-
YUV120.33102.99174.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 76 (30.08% from 255) = 21.29%
R=51.82%
G=26.89%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185967600.480.590.2711.0143.7851.18
HexB9604C0303B1Bb2c33
Octal2711401140607333135463
Binary10111001110000010011000110000111011110111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9604C; }

 p { color: rgb(185,96,76); }

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

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

 a { background-color: rgb(185,96,76); }

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

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

 span { border-color: rgb(185,96,76); }

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