#BB6348

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

Shades of Flame Pea #BB6348

Tints of Flame Pea #BB6348

Color information

#BB6348 (or 0xBB6348) is unknown color: approx Flame Pea. HEX triplet: BB, 63 and 48. RGB value is (187,99,72). Sum of RGB (Red+Green+Blue) = 187+99+72=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6348 is #449CB7. Grayscale: #7A7A7A. Windows color (decimal): -4496568 or 4744123. OLE color: 4744123.

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

Color convert

RGB1879972-
CMYK00.470.610.27
HSL14.09º45.82%50.78%-
HSV(B)14.09º61.5%73.33%-
XYZ26.1319.968.61-
YUV122.2399.65174.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.23%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 72 (28.52% from 255) = 20.11%
R=52.23%
G=27.65%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187997200.470.610.2714.0945.8250.78
HexBB634802F3D1Be2e33
Octal2731431100577533165663
Binary10111011110001110010000101111111101110111110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6348; }

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

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

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

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

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

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

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

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