#BB8962

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

Shades of Twine #BB8962

Tints of Twine #BB8962

Color information

#BB8962 (or 0xBB8962) is unknown color: approx Twine. HEX triplet: BB, 89 and 62. RGB value is (187,137,98). Sum of RGB (Red+Green+Blue) = 187+137+98=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8962 is #44769D. Grayscale: #939393. Windows color (decimal): -4486814 or 6457787. OLE color: 6457787.

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

Color convert

RGB18713798-
CMYK00.270.480.27
HSL26.29º39.56%55.88%-
HSV(B)26.29º47.59%73.33%-
XYZ31.6429.3415.55-
YUV147.5100.07156.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 98 (38.67% from 255) = 23.22%
R=44.31%
G=32.46%
B=23.22%

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
Decimal1871379800.270.480.2726.2939.5655.88
HexBB896201B301B1a2838
Octal2732111420336033325070
Binary101110111000100111000100110111100001101111010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8962; }

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

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

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

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

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

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

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

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