#B88B53

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

Shades of Twine #B88B53

Tints of Twine #B88B53

Color information

#B88B53 (or 0xB88B53) is unknown color: approx Twine. HEX triplet: B8, 8B and 53. RGB value is (184,139,83). Sum of RGB (Red+Green+Blue) = 184+139+83=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B53 is #4774AC. Grayscale: #929292. Windows color (decimal): -4682925 or 5475256. OLE color: 5475256.

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

Color convert

RGB18413983-
CMYK00.240.550.28
HSL33.27º41.56%52.35%-
HSV(B)33.27º54.89%72.16%-
XYZ30.5629.2812.22-
YUV146.0792.41155.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 83 (32.81% from 255) = 20.44%
R=45.32%
G=34.24%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841398300.240.550.2833.2741.5652.35
HexB88B53018371C212a34
Octal2702131230306734415264
Binary1011100010001011101001101100011011111100100001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88B53; }

 p { color: rgb(184,139,83); }

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

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

 a { background-color: rgb(184,139,83); }

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

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

 span { border-color: rgb(184,139,83); }

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