#B88B54

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

Shades of Twine #B88B54

Tints of Twine #B88B54

Color information

#B88B54 (or 0xB88B54) is unknown color: approx Twine. HEX triplet: B8, 8B and 54. RGB value is (184,139,84). Sum of RGB (Red+Green+Blue) = 184+139+84=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B54 is #4774AB. Grayscale: #929292. Windows color (decimal): -4682924 or 5540792. OLE color: 5540792.

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

Color convert

RGB18413984-
CMYK00.240.540.28
HSL33º41.32%52.55%-
HSV(B)33º54.35%72.16%-
XYZ30.629.312.43-
YUV146.1892.91154.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 84 (33.20% from 255) = 20.64%
R=45.21%
G=34.15%
B=20.64%

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
Decimal1841398400.240.540.283341.3252.55
HexB88B54018361C212935
Octal2702131240306634415165
Binary1011100010001011101010001100011011011100100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88B54; }

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

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

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

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

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

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

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

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