#BB8A5E

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

Shades of Twine #BB8A5E

Tints of Twine #BB8A5E

Color information

#BB8A5E (or 0xBB8A5E) is unknown color: approx Twine. HEX triplet: BB, 8A and 5E. RGB value is (187,138,94). Sum of RGB (Red+Green+Blue) = 187+138+94=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A5E is #4475A1. Grayscale: #939393. Windows color (decimal): -4486562 or 6195899. OLE color: 6195899.

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

Color convert

RGB18713894-
CMYK00.260.500.27
HSL28.39º40.61%55.1%-
HSV(B)28.39º49.73%73.33%-
XYZ31.629.5514.63-
YUV147.6497.73156.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=44.63%
G=32.94%
B=22.43%

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
Decimal1871389400.260.500.2728.3940.6155.1
HexBB8A5E01A321B1c2937
Octal2732121360326233345167
Binary101110111000101010111100110101100101101111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A5E; }

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

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

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

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

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

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

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

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