#BB8F57

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

Shades of Twine #BB8F57

Tints of Twine #BB8F57

Color information

#BB8F57 (or 0xBB8F57) is unknown color: approx Twine. HEX triplet: BB, 8F and 57. RGB value is (187,143,87). Sum of RGB (Red+Green+Blue) = 187+143+87=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F57 is #4470A8. Grayscale: #969696. Windows color (decimal): -4485289 or 5738427. OLE color: 5738427.

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

Color convert

RGB18714387-
CMYK00.240.530.27
HSL33.6º42.37%53.73%-
HSV(B)33.6º53.48%73.33%-
XYZ32.0430.913.29-
YUV149.7792.58154.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 87 (34.38% from 255) = 20.86%
R=44.84%
G=34.29%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871438700.240.530.2733.642.3753.73
HexBB8F57018351B222a36
Octal2732171270306533425266
Binary1011101110001111101011101100011010111011100010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F57; }

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

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

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

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

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

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

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

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