#BB8862

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

Shades of Twine #BB8862

Tints of Twine #BB8862

Color information

#BB8862 (or 0xBB8862) is unknown color: approx Twine. HEX triplet: BB, 88 and 62. RGB value is (187,136,98). Sum of RGB (Red+Green+Blue) = 187+136+98=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8862 is #44779D. Grayscale: #939393. Windows color (decimal): -4487070 or 6457531. OLE color: 6457531.

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

Color convert

RGB18713698-
CMYK00.270.480.27
HSL25.62º39.56%55.88%-
HSV(B)25.62º47.59%73.33%-
XYZ31.529.0515.5-
YUV146.92100.4156.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 98 (38.67% from 255) = 23.28%
R=44.42%
G=32.30%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871369800.270.480.2725.6239.5655.88
HexBB886201B301B1a2838
Octal2732101420336033325070
Binary101110111000100011000100110111100001101111010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8862; }

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

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

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

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

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

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

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

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