#BB8351

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

Shades of Twine #BB8351

Tints of Twine #BB8351

Color information

#BB8351 (or 0xBB8351) is unknown color: approx Twine. HEX triplet: BB, 83 and 51. RGB value is (187,131,81). Sum of RGB (Red+Green+Blue) = 187+131+81=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8351 is #447CAE. Grayscale: #8E8E8E. Windows color (decimal): -4488367 or 5342139. OLE color: 5342139.

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

Color convert

RGB18713181-
CMYK00.300.570.27
HSL28.3º43.8%52.55%-
HSV(B)28.3º56.68%73.33%-
XYZ30.127.3911.49-
YUV142.0493.55160.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=46.87%
G=32.83%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871318100.300.570.2728.343.852.55
HexBB835101E391B1c2c35
Octal2732031210367133345465
Binary101110111000001110100010111101110011101111100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8351; }

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

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

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

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

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

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

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

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