#BB8A5A

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

Shades of Twine #BB8A5A

Tints of Twine #BB8A5A

Color information

#BB8A5A (or 0xBB8A5A) is unknown color: approx Twine. HEX triplet: BB, 8A and 5A. RGB value is (187,138,90). Sum of RGB (Red+Green+Blue) = 187+138+90=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A5A is #4475A5. Grayscale: #939393. Windows color (decimal): -4486566 or 5933755. OLE color: 5933755.

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

Color convert

RGB18713890-
CMYK00.260.520.27
HSL29.69º41.63%54.31%-
HSV(B)29.69º51.87%73.33%-
XYZ31.4329.4813.71-
YUV147.1895.73156.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 90 (35.55% from 255) = 21.69%
R=45.06%
G=33.25%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871389000.260.520.2729.6941.6354.31
HexBB8A5A01A341B1e2a36
Octal2732121320326433365266
Binary101110111000101010110100110101101001101111110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A5A; }

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

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

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

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

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

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

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

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