#BB8E58

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

Shades of Twine #BB8E58

Tints of Twine #BB8E58

Color information

#BB8E58 (or 0xBB8E58) is unknown color: approx Twine. HEX triplet: BB, 8E and 58. RGB value is (187,142,88). Sum of RGB (Red+Green+Blue) = 187+142+88=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8E58 is #4471A7. Grayscale: #959595. Windows color (decimal): -4485544 or 5803707. OLE color: 5803707.

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

Color convert

RGB18714288-
CMYK00.240.530.27
HSL32.73º42.13%53.92%-
HSV(B)32.73º52.94%73.33%-
XYZ31.9330.6213.46-
YUV149.393.41154.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 88 (34.77% from 255) = 21.10%
R=44.84%
G=34.05%
B=21.10%

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
Decimal1871428800.240.530.2732.7342.1353.92
HexBB8E58018351B212a36
Octal2732161300306533415266
Binary1011101110001110101100001100011010111011100001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E58; }

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

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

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

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

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

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

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

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