#B88A52

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

Shades of Twine #B88A52

Tints of Twine #B88A52

Color information

#B88A52 (or 0xB88A52) is unknown color: approx Twine. HEX triplet: B8, 8A and 52. RGB value is (184,138,82). Sum of RGB (Red+Green+Blue) = 184+138+82=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A52 is #4775AD. Grayscale: #919191. Windows color (decimal): -4683182 or 5409464. OLE color: 5409464.

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

Color convert

RGB18413882-
CMYK00.250.550.28
HSL32.94º41.8%52.16%-
HSV(B)32.94º55.43%72.16%-
XYZ30.3828.9811.97-
YUV145.3792.24155.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 138 (54.30% from 255) = 34.16%
BLUE value IS 82 (32.42% from 255) = 20.30%
R=45.54%
G=34.16%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841388200.250.550.2832.9441.852.16
HexB88A52019371C212a34
Octal2702121220316734415264
Binary1011100010001010101001001100111011111100100001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A52; }

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

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

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

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

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

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

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

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