#BB8A5D

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

Shades of Twine #BB8A5D

Tints of Twine #BB8A5D

Color information

#BB8A5D (or 0xBB8A5D) is unknown color: approx Twine. HEX triplet: BB, 8A and 5D. RGB value is (187,138,93). Sum of RGB (Red+Green+Blue) = 187+138+93=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A5D is #4475A2. Grayscale: #939393. Windows color (decimal): -4486563 or 6130363. OLE color: 6130363.

HSL color Cylindrical-coordinate representation of color #BB8A5D: hue angle of 28.72º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB8A5D is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18713893-
CMYK00.260.500.27
HSL28.72º40.87%54.9%-
HSV(B)28.72º50.27%73.33%-
XYZ31.5629.5314.39-
YUV147.5297.23156.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 93 (36.72% from 255) = 22.25%
R=44.74%
G=33.01%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871389300.260.500.2728.7240.8754.9
HexBB8A5D01A321B1d2937
Octal2732121350326233355167
Binary101110111000101010111010110101100101101111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A5D; }

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

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

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

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

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

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

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

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