#B88B55

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

Shades of Twine #B88B55

Tints of Twine #B88B55

Color information

#B88B55 (or 0xB88B55) is unknown color: approx Twine. HEX triplet: B8, 8B and 55. RGB value is (184,139,85). Sum of RGB (Red+Green+Blue) = 184+139+85=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B55 is #4774AA. Grayscale: #929292. Windows color (decimal): -4682923 or 5606328. OLE color: 5606328.

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

Color convert

RGB18413985-
CMYK00.240.540.28
HSL32.73º41.08%52.75%-
HSV(B)32.73º53.8%72.16%-
XYZ30.6429.3112.64-
YUV146.393.41154.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.10%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 85 (33.59% from 255) = 20.83%
R=45.10%
G=34.07%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841398500.240.540.2832.7341.0852.75
HexB88B55018361C212935
Octal2702131250306634415165
Binary1011100010001011101010101100011011011100100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88B55; }

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

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

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

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

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

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

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

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