#B88353

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

Shades of Twine #B88353

Tints of Twine #B88353

Color information

#B88353 (or 0xB88353) is unknown color: approx Twine. HEX triplet: B8, 83 and 53. RGB value is (184,131,83). Sum of RGB (Red+Green+Blue) = 184+131+83=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B88353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88353 is #477CAC. Grayscale: #8D8D8D. Windows color (decimal): -4684973 or 5473208. OLE color: 5473208.

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

Color convert

RGB18413183-
CMYK00.290.550.28
HSL28.51º41.56%52.35%-
HSV(B)28.51º54.89%72.16%-
XYZ29.4427.0511.85-
YUV141.3795.06158.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 83 (32.81% from 255) = 20.85%
R=46.23%
G=32.91%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841318300.290.550.2828.5141.5652.35
HexB8835301D371C1d2a34
Octal2702031230356734355264
Binary101110001000001110100110111011101111110011101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88353; }

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

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

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

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

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

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

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

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