#BB6150

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

Shades of Flame Pea #BB6150

Tints of Flame Pea #BB6150

Color information

#BB6150 (or 0xBB6150) is unknown color: approx Flame Pea. HEX triplet: BB, 61 and 50. RGB value is (187,97,80). Sum of RGB (Red+Green+Blue) = 187+97+80=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6150 is #449EAF. Grayscale: #7A7A7A. Windows color (decimal): -4497072 or 5267899. OLE color: 5267899.

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

Color convert

RGB1879780-
CMYK00.480.570.27
HSL9.53º44.03%52.35%-
HSV(B)9.53º57.22%73.33%-
XYZ26.2219.6910.01-
YUV121.97104.32174.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=51.37%
G=26.65%
B=21.98%

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
Decimal187978000.480.570.279.5344.0352.35
HexBB6150030391Ba2c34
Octal2731411200607133125464
Binary10111011110000110100000110000111001110111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6150; }

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

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

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

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

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

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

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

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