#BB694C

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

Shades of Flame Pea #BB694C

Tints of Flame Pea #BB694C

Color information

#BB694C (or 0xBB694C) is unknown color: approx Flame Pea. HEX triplet: BB, 69 and 4C. RGB value is (187,105,76). Sum of RGB (Red+Green+Blue) = 187+105+76=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB694C is #4496B3. Grayscale: #7E7E7E. Windows color (decimal): -4495028 or 5007803. OLE color: 5007803.

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

Color convert

RGB18710576-
CMYK00.440.590.27
HSL15.68º44.94%51.57%-
HSV(B)15.68º59.36%73.33%-
XYZ26.8521.199.51-
YUV126.2199.67171.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=50.82%
G=28.53%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871057600.440.590.2715.6844.9451.57
HexBB694C02C3B1B102d34
Octal2731511140547333205564
Binary101110111101001100110001011001110111101110000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB694C; }

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

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

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

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

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

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

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

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