Html Css Color HEX #B6AD80 Chino

📋 copy color: '#B6AD80'

red 182 ◦ green 173 ◦ blue 128

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

Shades of Chino #B6AD80

Tints of Chino #B6AD80

RGB

 RED value IS 182 (71.48% from 255) = 37.68%

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

 BLUE value IS 128 (50.39% from 255) = 26.5%

R = 37.68%
G = 35.82%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B6AD80 (or 0xB6AD80) is known color: Chino. HEX triplet: B6, AD and 80. RGB value is (182,173,128). Sum of RGB (Red+Green+Blue) = 182+173+128=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AD80 is #49527F. Grayscale: #AAAAAA. Windows color (decimal): -4805248 or 8433078. OLE color: 8433078.

HSL color Cylindrical-coordinate representation of color #B6AD80: hue angle of 50º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6AD80 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 173 128 -
CMYK 0 0.05 0.30 0.29
HSL 50º 0.27% 0.61% -
HSV(B) 50º 0.3% 0.71% -
XYZ 38.13 41.39 26.4 -
YUV 170.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 182 173 128 0 0.05 0.30 0.29 50 0.27 0.61
Hex B6 AD 80 0 5 1E 1D 32 1B 3D
Octal 266 255 200 0 5 36 35 62 33 75
Binary 10110110 10101101 10000000 0 101 11110 11101 110010 11011 111101

Color Harmonies of #B6AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AD80

Black with #B6AD80

Text Example


Text Example

White with #B6AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AD80; }

 p { color: rgb(182,173,128); }

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

background-color css

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

 a { background-color: rgb(182,173,128); }

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

border-color css

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

 span { border-color: rgb(182,173,128); }

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