#BB6250

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

Shades of Flame Pea #BB6250

Tints of Flame Pea #BB6250

Color information

#BB6250 (or 0xBB6250) is unknown color: approx Flame Pea. HEX triplet: BB, 62 and 50. RGB value is (187,98,80). Sum of RGB (Red+Green+Blue) = 187+98+80=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6250 is #449DAF. Grayscale: #7A7A7A. Windows color (decimal): -4496816 or 5268155. OLE color: 5268155.

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

Color convert

RGB1879880-
CMYK00.480.570.27
HSL10.09º44.03%52.35%-
HSV(B)10.09º57.22%73.33%-
XYZ26.3119.8810.04-
YUV122.56103.99173.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=51.23%
G=26.85%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187988000.480.570.2710.0944.0352.35
HexBB6250030391Ba2c34
Octal2731421200607133125464
Binary10111011110001010100000110000111001110111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6250; }

 p { color: rgb(187,98,80); }

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

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

 a { background-color: rgb(187,98,80); }

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

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

 span { border-color: rgb(187,98,80); }

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