#BB8A65

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

Shades of Twine #BB8A65

Tints of Twine #BB8A65

Color information

#BB8A65 (or 0xBB8A65) is unknown color: approx Twine. HEX triplet: BB, 8A and 65. RGB value is (187,138,101). Sum of RGB (Red+Green+Blue) = 187+138+101=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A65 is #44759A. Grayscale: #949494. Windows color (decimal): -4486555 or 6654651. OLE color: 6654651.

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

Color convert

RGB187138101-
CMYK00.260.460.27
HSL25.81º38.74%56.47%-
HSV(B)25.81º45.99%73.33%-
XYZ31.9329.6816.36-
YUV148.43101.23155.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.90%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=43.90%
G=32.39%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713810100.260.460.2725.8138.7456.47
HexBB8A6501A2E1B1a2738
Octal2732121450325633324770
Binary101110111000101011001010110101011101101111010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A65; }

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

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

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

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

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

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

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

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