Html Css Color HEX #B9AD8D Chino

📋 copy color: '#B9AD8D'

red 185 ◦ green 173 ◦ blue 141

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

Shades of Chino #B9AD8D

Tints of Chino #B9AD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.26%

R = 37.07%
G = 34.67%
B = 28.26%

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

#B9AD8D (or 0xB9AD8D) is known color: Chino. HEX triplet: B9, AD and 8D. RGB value is (185,173,141). Sum of RGB (Red+Green+Blue) = 185+173+141=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD8D is #465272. Grayscale: #ADADAD. Windows color (decimal): -4608627 or 9285049. OLE color: 9285049.

HSL color Cylindrical-coordinate representation of color #B9AD8D: hue angle of 43.64º 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 #B9AD8D is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 141 -
CMYK 0 0.06 0.24 0.27
HSL 43.64º 0.24% 0.64% -
HSV(B) 43.64º 0.24% 0.73% -
XYZ 39.76 42.12 31.23 -
YUV 172.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 185 173 141 0 0.06 0.24 0.27 43.64 0.24 0.64
Hex B9 AD 8D 0 6 18 1B 2C 18 40
Octal 271 255 215 0 6 30 33 54 30 100
Binary 10111001 10101101 10001101 0 110 11000 11011 101100 11000 1000000

Color Harmonies of #B9AD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD8D

Black with #B9AD8D

Text Example


Text Example

White with #B9AD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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