#BDAF8B

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

Shades of Chino #BDAF8B

Tints of Chino #BDAF8B

Color information

#BDAF8B (or 0xBDAF8B) is unknown color: approx Chino. HEX triplet: BD, AF and 8B. RGB value is (189,175,139). Sum of RGB (Red+Green+Blue) = 189+175+139=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF8B is #425074. Grayscale: #AFAFAF. Windows color (decimal): -4345973 or 9154493. OLE color: 9154493.

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

Color convert

RGB189175139-
CMYK00.070.260.26
HSL43.2º27.47%64.31%-
HSV(B)43.2º26.46%74.12%-
XYZ40.9843.3430.63-
YUV175.08107.64137.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 139 (54.69% from 255) = 27.63%
R=37.57%
G=34.79%
B=27.63%

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
Decimal18917513900.070.260.2643.227.4764.31
HexBDAF8B071A1A2b1b40
Octal2752572130732325333100
Binary10111101101011111000101101111101011010101011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF8B; }

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

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

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

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

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

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

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

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