#BB8E53

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

Shades of Twine #BB8E53

Tints of Twine #BB8E53

Color information

#BB8E53 (or 0xBB8E53) is unknown color: approx Twine. HEX triplet: BB, 8E and 53. RGB value is (187,142,83). Sum of RGB (Red+Green+Blue) = 187+142+83=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8E53 is #4471AC. Grayscale: #959595. Windows color (decimal): -4485549 or 5476027. OLE color: 5476027.

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

Color convert

RGB18714283-
CMYK00.240.560.27
HSL34.04º43.33%52.94%-
HSV(B)34.04º55.61%73.33%-
XYZ31.7330.5412.41-
YUV148.7390.91155.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 83 (32.81% from 255) = 20.15%
R=45.39%
G=34.47%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871428300.240.560.2734.0443.3352.94
HexBB8E53018381B222b35
Octal2732161230307033425365
Binary1011101110001110101001101100011100011011100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E53; }

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

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

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

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

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

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

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

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