Html Css Color HEX #B9AD8C Chino

📋 copy color: '#B9AD8C'

red 185 ◦ green 173 ◦ blue 140

#B9AD8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chino #B9AD8C

Tints of Chino #B9AD8C

RGB

 RED value IS 185 (72.66% from 255) = 37.15%

 GREEN value IS 173 (67.97% from 255) = 34.74%

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 37.15%
G = 34.74%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9AD8C (or 0xB9AD8C) is known color: Chino. HEX triplet: B9, AD and 8C. RGB value is (185,173,140). Sum of RGB (Red+Green+Blue) = 185+173+140=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD8C is #465273. Grayscale: #ACACAC. Windows color (decimal): -4608628 or 9219513. OLE color: 9219513.

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

Color convert

RGB 185 173 140 -
CMYK 0 0.06 0.24 0.27
HSL 44º 0.24% 0.64% -
HSV(B) 44º 0.24% 0.73% -
XYZ 39.68 42.09 30.84 -
YUV 172.83 109.48 136.68 -
System Red Green Blue C M Y K H S L
Decimal 185 173 140 0 0.06 0.24 0.27 44 0.24 0.64
Hex B9 AD 8C 0 6 18 1B 2C 18 40
Octal 271 255 214 0 6 30 33 54 30 100
Binary 10111001 10101101 10001100 0 110 11000 11011 101100 11000 1000000

Color Harmonies of #B9AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD8C

Black with #B9AD8C

Text Example


Text Example

White with #B9AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD8C; }

 p { color: rgb(185,173,140); }

 H1.HeaderClassName
 {
   color: #B9AD8C;
 }
 .AnyTagClassName
 {
   color: #B9AD8C;
 }
</style>

background-color css

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

 a { background-color: rgb(185,173,140); }

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

border-color css

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

 span { border-color: rgb(185,173,140); }

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