#BB8D5D

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

Shades of Twine #BB8D5D

Tints of Twine #BB8D5D

Color information

#BB8D5D (or 0xBB8D5D) is unknown color: approx Twine. HEX triplet: BB, 8D and 5D. RGB value is (187,141,93). Sum of RGB (Red+Green+Blue) = 187+141+93=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D5D is #4472A2. Grayscale: #959595. Windows color (decimal): -4485795 or 6131131. OLE color: 6131131.

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

Color convert

RGB18714193-
CMYK00.250.500.27
HSL30.64º40.87%54.9%-
HSV(B)30.64º50.27%73.33%-
XYZ31.9930.414.54-
YUV149.2896.24154.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 93 (36.72% from 255) = 22.09%
R=44.42%
G=33.49%
B=22.09%

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
Decimal1871419300.250.500.2730.6440.8754.9
HexBB8D5D019321B1f2937
Octal2732151350316233375167
Binary101110111000110110111010110011100101101111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8D5D; }

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

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

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

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

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

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

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

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