#BB8252

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

Shades of Twine #BB8252

Tints of Twine #BB8252

Color information

#BB8252 (or 0xBB8252) is unknown color: approx Twine. HEX triplet: BB, 82 and 52. RGB value is (187,130,82). Sum of RGB (Red+Green+Blue) = 187+130+82=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8252 is #447DAD. Grayscale: #8D8D8D. Windows color (decimal): -4488622 or 5407419. OLE color: 5407419.

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

Color convert

RGB18713082-
CMYK00.300.560.27
HSL27.43º43.57%52.75%-
HSV(B)27.43º56.15%73.33%-
XYZ3027.1411.64-
YUV141.5794.38160.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 82 (32.42% from 255) = 20.55%
R=46.87%
G=32.58%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871308200.300.560.2727.4343.5752.75
HexBB825201E381B1b2c35
Octal2732021220367033335465
Binary101110111000001010100100111101110001101111011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8252; }

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

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

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

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

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

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

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

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