#B8AD8F

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

Shades of Chino #B8AD8F

Tints of Chino #B8AD8F

Color information

#B8AD8F (or 0xB8AD8F) is unknown color: approx Chino. HEX triplet: B8, AD and 8F. RGB value is (184,173,143). Sum of RGB (Red+Green+Blue) = 184+173+143=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD8F is #475270. Grayscale: #ACACAC. Windows color (decimal): -4674161 or 9416120. OLE color: 9416120.

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

Color convert

RGB184173143-
CMYK00.060.220.28
HSL43.9º22.4%64.12%-
HSV(B)43.9º22.28%72.16%-
XYZ39.6742.0632.01-
YUV172.87111.14135.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 143 (56.25% from 255) = 28.6%
R=36.8%
G=34.6%
B=28.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417314300.060.220.2843.922.464.12
HexB8AD8F06161C2c1640
Octal2702552170626345426100
Binary10111000101011011000111101101011011100101100101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD8F; }

 p { color: rgb(184,173,143); }

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

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

 a { background-color: rgb(184,173,143); }

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

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

 span { border-color: rgb(184,173,143); }

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