#BB8A62

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

Shades of Twine #BB8A62

Tints of Twine #BB8A62

Color information

#BB8A62 (or 0xBB8A62) is unknown color: approx Twine. HEX triplet: BB, 8A and 62. RGB value is (187,138,98). Sum of RGB (Red+Green+Blue) = 187+138+98=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A62 is #44759D. Grayscale: #949494. Windows color (decimal): -4486558 or 6458043. OLE color: 6458043.

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

Color convert

RGB18713898-
CMYK00.260.480.27
HSL26.97º39.56%55.88%-
HSV(B)26.97º47.59%73.33%-
XYZ31.7929.6215.6-
YUV148.0999.73155.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 98 (38.67% from 255) = 23.17%
R=44.21%
G=32.62%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871389800.260.480.2726.9739.5655.88
HexBB8A6201A301B1b2838
Octal2732121420326033335070
Binary101110111000101011000100110101100001101111011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A62; }

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

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

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

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

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

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

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

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