#BB6450

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

Shades of Flame Pea #BB6450

Tints of Flame Pea #BB6450

Color information

#BB6450 (or 0xBB6450) is unknown color: approx Flame Pea. HEX triplet: BB, 64 and 50. RGB value is (187,100,80). Sum of RGB (Red+Green+Blue) = 187+100+80=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6450 is #449BAF. Grayscale: #7B7B7B. Windows color (decimal): -4496304 or 5268667. OLE color: 5268667.

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

Color convert

RGB18710080-
CMYK00.470.570.27
HSL11.21º44.03%52.35%-
HSV(B)11.21º57.22%73.33%-
XYZ26.520.2610.1-
YUV123.73103.32173.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=50.95%
G=27.25%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871008000.470.570.2711.2144.0352.35
HexBB645002F391Bb2c34
Octal2731441200577133135464
Binary10111011110010010100000101111111001110111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6450; }

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

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

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

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

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

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

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

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