#BB8353

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

Shades of Twine #BB8353

Tints of Twine #BB8353

Color information

#BB8353 (or 0xBB8353) is unknown color: approx Twine. HEX triplet: BB, 83 and 53. RGB value is (187,131,83). Sum of RGB (Red+Green+Blue) = 187+131+83=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8353 is #447CAC. Grayscale: #8E8E8E. Windows color (decimal): -4488365 or 5473211. OLE color: 5473211.

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

Color convert

RGB18713183-
CMYK00.300.560.27
HSL27.69º43.33%52.94%-
HSV(B)27.69º55.61%73.33%-
XYZ30.1727.4211.89-
YUV142.2794.55159.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 83 (32.81% from 255) = 20.70%
R=46.63%
G=32.67%
B=20.70%

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
Decimal1871318300.300.560.2727.6943.3352.94
HexBB835301E381B1c2b35
Octal2732031230367033345365
Binary101110111000001110100110111101110001101111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8353; }

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

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

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

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

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

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

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

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