#BB8B52

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

Shades of Twine #BB8B52

Tints of Twine #BB8B52

Color information

#BB8B52 (or 0xBB8B52) is unknown color: approx Twine. HEX triplet: BB, 8B and 52. RGB value is (187,139,82). Sum of RGB (Red+Green+Blue) = 187+139+82=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B52 is #4474AD. Grayscale: #939393. Windows color (decimal): -4486318 or 5409723. OLE color: 5409723.

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

Color convert

RGB18713982-
CMYK00.260.560.27
HSL32.57º43.57%52.75%-
HSV(B)32.57º56.15%73.33%-
XYZ31.2529.6412.06-
YUV146.8591.4156.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 82 (32.42% from 255) = 20.10%
R=45.83%
G=34.07%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871398200.260.560.2732.5743.5752.75
HexBB8B5201A381B212c35
Octal2732131220327033415465
Binary1011101110001011101001001101011100011011100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B52; }

 p { color: rgb(187,139,82); }

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

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

 a { background-color: rgb(187,139,82); }

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

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

 span { border-color: rgb(187,139,82); }

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