#BB8B5E

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

Shades of Twine #BB8B5E

Tints of Twine #BB8B5E

Color information

#BB8B5E (or 0xBB8B5E) is unknown color: approx Twine. HEX triplet: BB, 8B and 5E. RGB value is (187,139,94). Sum of RGB (Red+Green+Blue) = 187+139+94=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B5E is #4474A1. Grayscale: #949494. Windows color (decimal): -4486306 or 6196155. OLE color: 6196155.

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

Color convert

RGB18713994-
CMYK00.260.500.27
HSL29.03º40.61%55.1%-
HSV(B)29.03º49.73%73.33%-
XYZ31.7529.8414.68-
YUV148.2297.4155.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 139 (54.69% from 255) = 33.10%
BLUE value IS 94 (37.11% from 255) = 22.38%
R=44.52%
G=33.10%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871399400.260.500.2729.0340.6155.1
HexBB8B5E01A321B1d2937
Octal2732131360326233355167
Binary101110111000101110111100110101100101101111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B5E; }

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

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

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

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

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

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

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

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