#BB6352

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

Shades of Flame Pea #BB6352

Tints of Flame Pea #BB6352

Color information

#BB6352 (or 0xBB6352) is unknown color: approx Flame Pea. HEX triplet: BB, 63 and 52. RGB value is (187,99,82). Sum of RGB (Red+Green+Blue) = 187+99+82=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6352 is #449CAD. Grayscale: #7B7B7B. Windows color (decimal): -4496558 or 5399483. OLE color: 5399483.

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

Color convert

RGB1879982-
CMYK00.470.560.27
HSL9.71º43.57%52.75%-
HSV(B)9.71º56.15%73.33%-
XYZ26.4820.110.47-
YUV123.37104.65173.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=50.82%
G=26.90%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187998200.470.560.279.7143.5752.75
HexBB635202F381Ba2c35
Octal2731431220577033125465
Binary10111011110001110100100101111111000110111010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6352; }

 p { color: rgb(187,99,82); }

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

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

 a { background-color: rgb(187,99,82); }

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

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

 span { border-color: rgb(187,99,82); }

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