#BB604D

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

Shades of Flame Pea #BB604D

Tints of Flame Pea #BB604D

Color information

#BB604D (or 0xBB604D) is unknown color: approx Flame Pea. HEX triplet: BB, 60 and 4D. RGB value is (187,96,77). Sum of RGB (Red+Green+Blue) = 187+96+77=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB604D is #449FB2. Grayscale: #797979. Windows color (decimal): -4497331 or 5071035. OLE color: 5071035.

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

Color convert

RGB1879677-
CMYK00.490.590.27
HSL10.36º44.72%51.76%-
HSV(B)10.36º58.82%73.33%-
XYZ26.0219.479.41-
YUV121.04103.15175.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 77 (30.47% from 255) = 21.39%
R=51.94%
G=26.67%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187967700.490.590.2710.3644.7251.76
HexBB604D0313B1Ba2d34
Octal2731401150617333125564
Binary10111011110000010011010110001111011110111010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB604D; }

 p { color: rgb(187,96,77); }

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

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

 a { background-color: rgb(187,96,77); }

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

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

 span { border-color: rgb(187,96,77); }

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