#BB8352

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

Shades of Twine #BB8352

Tints of Twine #BB8352

Color information

#BB8352 (or 0xBB8352) is unknown color: approx Twine. HEX triplet: BB, 83 and 52. RGB value is (187,131,82). Sum of RGB (Red+Green+Blue) = 187+131+82=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8352 is #447CAD. Grayscale: #8E8E8E. Windows color (decimal): -4488366 or 5407675. OLE color: 5407675.

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

Color convert

RGB18713182-
CMYK00.300.560.27
HSL28º43.57%52.75%-
HSV(B)28º56.15%73.33%-
XYZ30.1327.4111.68-
YUV142.1694.05159.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=46.75%
G=32.75%
B=20.5%

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
Decimal1871318200.300.560.272843.5752.75
HexBB835201E381B1c2c35
Octal2732031220367033345465
Binary101110111000001110100100111101110001101111100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8352; }

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

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

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

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

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

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

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

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