#BB8D5E

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

Shades of Twine #BB8D5E

Tints of Twine #BB8D5E

Color information

#BB8D5E (or 0xBB8D5E) is unknown color: approx Twine. HEX triplet: BB, 8D and 5E. RGB value is (187,141,94). Sum of RGB (Red+Green+Blue) = 187+141+94=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D5E is #4472A1. Grayscale: #959595. Windows color (decimal): -4485794 or 6196667. OLE color: 6196667.

HSL color Cylindrical-coordinate representation of color #BB8D5E: hue angle of 30.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB8D5E is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18714194-
CMYK00.250.500.27
HSL30.32º40.61%55.1%-
HSV(B)30.32º49.73%73.33%-
XYZ32.0430.4214.77-
YUV149.496.74154.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 141 (55.47% from 255) = 33.41%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=44.31%
G=33.41%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871419400.250.500.2730.3240.6155.1
HexBB8D5E019321B1e2937
Octal2732151360316233365167
Binary101110111000110110111100110011100101101111110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8D5E; }

 p { color: rgb(187,141,94); }

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

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

 a { background-color: rgb(187,141,94); }

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

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

 span { border-color: rgb(187,141,94); }

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