#BAAD8A

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

Shades of Chino #BAAD8A

Tints of Chino #BAAD8A

Color information

#BAAD8A (or 0xBAAD8A) is unknown color: approx Chino. HEX triplet: BA, AD and 8A. RGB value is (186,173,138). Sum of RGB (Red+Green+Blue) = 186+173+138=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD8A is #455275. Grayscale: #ADADAD. Windows color (decimal): -4543094 or 9088442. OLE color: 9088442.

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

Color convert

RGB186173138-
CMYK00.070.260.27
HSL43.75º25.81%63.53%-
HSV(B)43.75º25.81%72.94%-
XYZ39.7842.1630.09-
YUV172.9108.31137.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=37.42%
G=34.81%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617313800.070.260.2743.7525.8163.53
HexBAAD8A071A1B2c1a40
Octal2722552120732335432100
Binary10111010101011011000101001111101011011101100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD8A; }

 p { color: rgb(186,173,138); }

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

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

 a { background-color: rgb(186,173,138); }

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

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

 span { border-color: rgb(186,173,138); }

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