#B88A56

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

Shades of Twine #B88A56

Tints of Twine #B88A56

Color information

#B88A56 (or 0xB88A56) is unknown color: approx Twine. HEX triplet: B8, 8A and 56. RGB value is (184,138,86). Sum of RGB (Red+Green+Blue) = 184+138+86=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A56 is #4775A9. Grayscale: #929292. Windows color (decimal): -4683178 or 5671608. OLE color: 5671608.

HSL color Cylindrical-coordinate representation of color #B88A56: hue angle of 31.84º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B88A56 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB18413886-
CMYK00.250.530.28
HSL31.84º40.83%52.94%-
HSV(B)31.84º53.26%72.16%-
XYZ30.5429.0412.8-
YUV145.8394.24155.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.10%
GREEN value IS 138 (54.30% from 255) = 33.82%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=45.10%
G=33.82%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841388600.250.530.2831.8440.8352.94
HexB88A56019351C202935
Octal2702121260316534405165
Binary1011100010001010101011001100111010111100100000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A56; }

 p { color: rgb(184,138,86); }

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

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

 a { background-color: rgb(184,138,86); }

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

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

 span { border-color: rgb(184,138,86); }

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