#B88752

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

Shades of Twine #B88752

Tints of Twine #B88752

Color information

#B88752 (or 0xB88752) is unknown color: approx Twine. HEX triplet: B8, 87 and 52. RGB value is (184,135,82). Sum of RGB (Red+Green+Blue) = 184+135+82=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B88752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88752 is #4778AD. Grayscale: #8F8F8F. Windows color (decimal): -4683950 or 5408696. OLE color: 5408696.

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

Color convert

RGB18413582-
CMYK00.270.550.28
HSL31.18º41.8%52.16%-
HSV(B)31.18º55.43%72.16%-
XYZ29.9528.1311.83-
YUV143.6193.23156.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.89%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 82 (32.42% from 255) = 20.45%
R=45.89%
G=33.67%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841358200.270.550.2831.1841.852.16
HexB8875201B371C1f2a34
Octal2702071220336734375264
Binary101110001000011110100100110111101111110011111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88752; }

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

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

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

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

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

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

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

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