Html Css Color HEX #B9AD85 Chino

📋 copy color: '#B9AD85'

red 185 ◦ green 173 ◦ blue 133

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

Shades of Chino #B9AD85

Tints of Chino #B9AD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.09%

R = 37.68%
G = 35.23%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B9AD85 (or 0xB9AD85) is known color: Chino. HEX triplet: B9, AD and 85. RGB value is (185,173,133). Sum of RGB (Red+Green+Blue) = 185+173+133=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD85 is #46527A. Grayscale: #ACACAC. Windows color (decimal): -4608635 or 8760761. OLE color: 8760761.

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

Color convert

RGB 185 173 133 -
CMYK 0 0.06 0.28 0.27
HSL 46.15º 0.27% 0.62% -
HSV(B) 46.15º 0.28% 0.73% -
XYZ 39.18 41.89 28.21 -
YUV 172.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 185 173 133 0 0.06 0.28 0.27 46.15 0.27 0.62
Hex B9 AD 85 0 6 1C 1B 2E 1B 3E
Octal 271 255 205 0 6 34 33 56 33 76
Binary 10111001 10101101 10000101 0 110 11100 11011 101110 11011 111110

Color Harmonies of #B9AD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD85

Black with #B9AD85

Text Example


Text Example

White with #B9AD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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