#BB8C5B

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

Shades of Twine #BB8C5B

Tints of Twine #BB8C5B

Color information

#BB8C5B (or 0xBB8C5B) is unknown color: approx Twine. HEX triplet: BB, 8C and 5B. RGB value is (187,140,91). Sum of RGB (Red+Green+Blue) = 187+140+91=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C5B is #4473A4. Grayscale: #949494. Windows color (decimal): -4486053 or 5999803. OLE color: 5999803.

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

Color convert

RGB18714091-
CMYK00.250.510.27
HSL30.63º41.38%54.51%-
HSV(B)30.63º51.34%73.33%-
XYZ31.7630.0814.03-
YUV148.4795.57155.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 91 (35.94% from 255) = 21.77%
R=44.74%
G=33.49%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871409100.250.510.2730.6341.3854.51
HexBB8C5B019331B1f2937
Octal2732141330316333375167
Binary101110111000110010110110110011100111101111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8C5B; }

 p { color: rgb(187,140,91); }

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

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

 a { background-color: rgb(187,140,91); }

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

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

 span { border-color: rgb(187,140,91); }

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