#BB6241

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

Shades of Flame Pea #BB6241

Tints of Flame Pea #BB6241

Color information

#BB6241 (or 0xBB6241) is unknown color: approx Flame Pea. HEX triplet: BB, 62 and 41. RGB value is (187,98,65). Sum of RGB (Red+Green+Blue) = 187+98+65=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6241 is #449DBE. Grayscale: #797979. Windows color (decimal): -4496831 or 4285115. OLE color: 4285115.

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

Color convert

RGB1879865-
CMYK00.480.650.27
HSL16.23º48.41%49.41%-
HSV(B)16.23º65.24%73.33%-
XYZ25.8219.687.44-
YUV120.8596.49175.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=53.43%
G=28%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187986500.480.650.2716.2348.4149.41
HexBB6241030411B103031
Octal27314210106010133206061
Binary1011101111000101000001011000010000011101110000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6241; }

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

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

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

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

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

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

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

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