#B8AC82

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

Shades of Chino #B8AC82

Tints of Chino #B8AC82

Color information

#B8AC82 (or 0xB8AC82) is unknown color: approx Chino. HEX triplet: B8, AC and 82. RGB value is (184,172,130). Sum of RGB (Red+Green+Blue) = 184+172+130=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AC82 is #47537D. Grayscale: #AAAAAA. Windows color (decimal): -4674430 or 8563896. OLE color: 8563896.

HSL color Cylindrical-coordinate representation of color #B8AC82: hue angle of 46.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8AC82 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB184172130-
CMYK00.070.290.28
HSL46.67º27.55%61.57%-
HSV(B)46.67º29.35%72.16%-
XYZ38.5541.3127.06-
YUV170.8104.98137.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=37.86%
G=35.39%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417213000.070.290.2846.6727.5561.57
HexB8AC82071D1C2f1c3e
Octal270254202073534573476
Binary1011100010101100100000100111111011110010111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC82; }

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

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

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

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

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

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

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

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