#BDAF8C

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

Shades of Chino #BDAF8C

Tints of Chino #BDAF8C

Color information

#BDAF8C (or 0xBDAF8C) is unknown color: approx Chino. HEX triplet: BD, AF and 8C. RGB value is (189,175,140). Sum of RGB (Red+Green+Blue) = 189+175+140=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF8C is #425073. Grayscale: #AFAFAF. Windows color (decimal): -4345972 or 9220029. OLE color: 9220029.

HSL color Cylindrical-coordinate representation of color #BDAF8C: hue angle of 42.86º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDAF8C is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB189175140-
CMYK00.070.260.26
HSL42.86º27.07%64.51%-
HSV(B)42.86º25.93%74.12%-
XYZ41.0543.3731.02-
YUV175.2108.14137.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 140 (55.08% from 255) = 27.78%
R=37.5%
G=34.72%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917514000.070.260.2642.8627.0764.51
HexBDAF8C071A1A2b1b41
Octal2752572140732325333101
Binary10111101101011111000110001111101011010101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF8C; }

 p { color: rgb(189,175,140); }

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

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

 a { background-color: rgb(189,175,140); }

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

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

 span { border-color: rgb(189,175,140); }

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