#BB6341

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

Shades of Flame Pea #BB6341

Tints of Flame Pea #BB6341

Color information

#BB6341 (or 0xBB6341) is unknown color: approx Flame Pea. HEX triplet: BB, 63 and 41. RGB value is (187,99,65). Sum of RGB (Red+Green+Blue) = 187+99+65=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6341 is #449CBE. Grayscale: #797979. Windows color (decimal): -4496575 or 4285371. OLE color: 4285371.

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

Color convert

RGB1879965-
CMYK00.470.650.27
HSL16.72º48.41%49.41%-
HSV(B)16.72º65.24%73.33%-
XYZ25.9119.877.47-
YUV121.4496.15174.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 65 (25.78% from 255) = 18.52%
R=53.28%
G=28.21%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187996500.470.650.2716.7248.4149.41
HexBB634102F411B113031
Octal27314310105710133216061
Binary1011101111000111000001010111110000011101110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6341; }

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

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

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

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

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

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

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

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