Html Css Color HEX #B9AD82 Chino

📋 copy color: '#B9AD82'

red 185 ◦ green 173 ◦ blue 130

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

Shades of Chino #B9AD82

Tints of Chino #B9AD82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.64%

R = 37.91%
G = 35.45%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B9AD82 (or 0xB9AD82) is known color: Chino. HEX triplet: B9, AD and 82. RGB value is (185,173,130). Sum of RGB (Red+Green+Blue) = 185+173+130=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD82 is #46527D. Grayscale: #ABABAB. Windows color (decimal): -4608638 or 8564153. OLE color: 8564153.

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

Color convert

RGB 185 173 130 -
CMYK 0 0.06 0.30 0.27
HSL 46.91º 0.28% 0.62% -
HSV(B) 46.91º 0.3% 0.73% -
XYZ 38.98 41.81 27.14 -
YUV 171.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 185 173 130 0 0.06 0.30 0.27 46.91 0.28 0.62
Hex B9 AD 82 0 6 1E 1B 2F 1C 3E
Octal 271 255 202 0 6 36 33 57 34 76
Binary 10111001 10101101 10000010 0 110 11110 11011 101111 11100 111110

Color Harmonies of #B9AD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD82

Black with #B9AD82

Text Example


Text Example

White with #B9AD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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