#BB8B5F

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

Shades of Twine #BB8B5F

Tints of Twine #BB8B5F

Color information

#BB8B5F (or 0xBB8B5F) is unknown color: approx Twine. HEX triplet: BB, 8B and 5F. RGB value is (187,139,95). Sum of RGB (Red+Green+Blue) = 187+139+95=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B5F is #4474A0. Grayscale: #949494. Windows color (decimal): -4486305 or 6261691. OLE color: 6261691.

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

Color convert

RGB18713995-
CMYK00.260.490.27
HSL28.7º40.35%55.29%-
HSV(B)28.7º49.2%73.33%-
XYZ31.7929.8614.91-
YUV148.3497.9155.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=44.42%
G=33.02%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871399500.260.490.2728.740.3555.29
HexBB8B5F01A311B1d2837
Octal2732131370326133355067
Binary101110111000101110111110110101100011101111101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B5F; }

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

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

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

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

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

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

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

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