#B88452

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

Shades of Twine #B88452

Tints of Twine #B88452

Color information

#B88452 (or 0xB88452) is unknown color: approx Twine. HEX triplet: B8, 84 and 52. RGB value is (184,132,82). Sum of RGB (Red+Green+Blue) = 184+132+82=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B88452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88452 is #477BAD. Grayscale: #8E8E8E. Windows color (decimal): -4684718 or 5407928. OLE color: 5407928.

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

Color convert

RGB18413282-
CMYK00.280.550.28
HSL29.41º41.8%52.16%-
HSV(B)29.41º55.43%72.16%-
XYZ29.5427.311.7-
YUV141.8594.23158.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=46.23%
G=33.17%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841328200.280.550.2829.4141.852.16
HexB8845201C371C1d2a34
Octal2702041220346734355264
Binary101110001000010010100100111001101111110011101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88452; }

 p { color: rgb(184,132,82); }

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

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

 a { background-color: rgb(184,132,82); }

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

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

 span { border-color: rgb(184,132,82); }

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