#BB6948

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

Shades of Flame Pea #BB6948

Tints of Flame Pea #BB6948

Color information

#BB6948 (or 0xBB6948) is unknown color: approx Flame Pea. HEX triplet: BB, 69 and 48. RGB value is (187,105,72). Sum of RGB (Red+Green+Blue) = 187+105+72=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6948 is #4496B7. Grayscale: #7D7D7D. Windows color (decimal): -4495032 or 4745659. OLE color: 4745659.

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

Color convert

RGB18710572-
CMYK00.440.610.27
HSL17.22º45.82%50.78%-
HSV(B)17.22º61.5%73.33%-
XYZ26.7121.148.8-
YUV125.7697.67171.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=51.37%
G=28.85%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871057200.440.610.2717.2245.8250.78
HexBB694802C3D1B112e33
Octal2731511100547533215663
Binary101110111101001100100001011001111011101110001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6948; }

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

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

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

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

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

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

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

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