#BB8F55

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

Shades of Twine #BB8F55

Tints of Twine #BB8F55

Color information

#BB8F55 (or 0xBB8F55) is unknown color: approx Twine. HEX triplet: BB, 8F and 55. RGB value is (187,143,85). Sum of RGB (Red+Green+Blue) = 187+143+85=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F55 is #4470AA. Grayscale: #959595. Windows color (decimal): -4485291 or 5607355. OLE color: 5607355.

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

Color convert

RGB18714385-
CMYK00.240.550.27
HSL34.12º42.86%53.33%-
HSV(B)34.12º54.55%73.33%-
XYZ31.9630.8712.87-
YUV149.5491.58154.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=45.06%
G=34.46%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871438500.240.550.2734.1242.8653.33
HexBB8F55018371B222b35
Octal2732171250306733425365
Binary1011101110001111101010101100011011111011100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F55; }

 p { color: rgb(187,143,85); }

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

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

 a { background-color: rgb(187,143,85); }

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

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

 span { border-color: rgb(187,143,85); }

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