#BB8965

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

Shades of Twine #BB8965

Tints of Twine #BB8965

Color information

#BB8965 (or 0xBB8965) is unknown color: approx Twine. HEX triplet: BB, 89 and 65. RGB value is (187,137,101). Sum of RGB (Red+Green+Blue) = 187+137+101=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8965 is #44769A. Grayscale: #949494. Windows color (decimal): -4486811 or 6654395. OLE color: 6654395.

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

Color convert

RGB187137101-
CMYK00.270.460.27
HSL25.12º38.74%56.47%-
HSV(B)25.12º45.99%73.33%-
XYZ31.7929.416.31-
YUV147.85101.57155.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=44%
G=32.24%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713710100.270.460.2725.1238.7456.47
HexBB896501B2E1B192738
Octal2732111450335633314770
Binary101110111000100111001010110111011101101111001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8965; }

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

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

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

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

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

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

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

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