#B8AC83

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

Shades of Chino #B8AC83

Tints of Chino #B8AC83

Color information

#B8AC83 (or 0xB8AC83) is unknown color: approx Chino. HEX triplet: B8, AC and 83. RGB value is (184,172,131). Sum of RGB (Red+Green+Blue) = 184+172+131=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AC83 is #47537C. Grayscale: #ABABAB. Windows color (decimal): -4674429 or 8629432. OLE color: 8629432.

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

Color convert

RGB184172131-
CMYK00.070.290.28
HSL46.42º27.18%61.76%-
HSV(B)46.42º28.8%72.16%-
XYZ38.6241.3327.42-
YUV170.91105.48137.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=37.78%
G=35.32%
B=26.90%

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
Decimal18417213100.070.290.2846.4227.1861.76
HexB8AC83071D1C2e1b3e
Octal270254203073534563376
Binary1011100010101100100000110111111011110010111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AC83; }

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

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

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

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

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

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

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

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