Html Css Color HEX #B9AD8F Chino

📋 copy color: '#B9AD8F'

red 185 ◦ green 173 ◦ blue 143

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

Shades of Chino #B9AD8F

Tints of Chino #B9AD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 36.93%
G = 34.53%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9AD8F (or 0xB9AD8F) is known color: Chino. HEX triplet: B9, AD and 8F. RGB value is (185,173,143). Sum of RGB (Red+Green+Blue) = 185+173+143=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD8F is #465270. Grayscale: #ADADAD. Windows color (decimal): -4608625 or 9416121. OLE color: 9416121.

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

Color convert

RGB 185 173 143 -
CMYK 0 0.06 0.23 0.27
HSL 42.86º 0.23% 0.64% -
HSV(B) 42.86º 0.23% 0.73% -
XYZ 39.91 42.18 32.03 -
YUV 173.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 185 173 143 0 0.06 0.23 0.27 42.86 0.23 0.64
Hex B9 AD 8F 0 6 17 1B 2B 17 40
Octal 271 255 217 0 6 27 33 53 27 100
Binary 10111001 10101101 10001111 0 110 10111 11011 101011 10111 1000000

Color Harmonies of #B9AD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD8F

Black with #B9AD8F

Text Example


Text Example

White with #B9AD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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