#B88254

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

Shades of Twine #B88254

Tints of Twine #B88254

Color information

#B88254 (or 0xB88254) is unknown color: approx Twine. HEX triplet: B8, 82 and 54. RGB value is (184,130,84). Sum of RGB (Red+Green+Blue) = 184+130+84=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B88254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88254 is #477DAB. Grayscale: #8D8D8D. Windows color (decimal): -4685228 or 5538488. OLE color: 5538488.

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

Color convert

RGB18413084-
CMYK00.290.540.28
HSL27.6º41.32%52.55%-
HSV(B)27.6º54.35%72.16%-
XYZ29.3526.812.01-
YUV140.995.89158.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 84 (33.20% from 255) = 21.11%
R=46.23%
G=32.66%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841308400.290.540.2827.641.3252.55
HexB8825401D361C1c2935
Octal2702021240356634345165
Binary101110001000001010101000111011101101110011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88254; }

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

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

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

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

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

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

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

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