#BB885C

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

Shades of Twine #BB885C

Tints of Twine #BB885C

Color information

#BB885C (or 0xBB885C) is unknown color: approx Twine. HEX triplet: BB, 88 and 5C. RGB value is (187,136,92). Sum of RGB (Red+Green+Blue) = 187+136+92=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB885C is #4477A3. Grayscale: #929292. Windows color (decimal): -4487076 or 6064315. OLE color: 6064315.

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

Color convert

RGB18713692-
CMYK00.270.510.27
HSL27.79º41.13%54.71%-
HSV(B)27.79º50.8%73.33%-
XYZ31.2328.9514.07-
YUV146.2397.4157.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 92 (36.33% from 255) = 22.17%
R=45.06%
G=32.77%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871369200.270.510.2727.7941.1354.71
HexBB885C01B331B1c2937
Octal2732101340336333345167
Binary101110111000100010111000110111100111101111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB885C; }

 p { color: rgb(187,136,92); }

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

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

 a { background-color: rgb(187,136,92); }

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

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

 span { border-color: rgb(187,136,92); }

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