Html Css Color HEX #B6AD85 Chino

📋 copy color: '#B6AD85'

red 182 ◦ green 173 ◦ blue 133

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

Shades of Chino #B6AD85

Tints of Chino #B6AD85

RGB

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

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

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

R = 37.3%
G = 35.45%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B6AD85 (or 0xB6AD85) is known color: Chino. HEX triplet: B6, AD and 85. RGB value is (182,173,133). Sum of RGB (Red+Green+Blue) = 182+173+133=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AD85 is #49527A. Grayscale: #ABABAB. Windows color (decimal): -4805243 or 8760758. OLE color: 8760758.

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

Color convert

RGB 182 173 133 -
CMYK 0 0.05 0.27 0.29
HSL 48.98º 0.25% 0.62% -
HSV(B) 48.98º 0.27% 0.71% -
XYZ 38.47 41.53 28.18 -
YUV 171.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 182 173 133 0 0.05 0.27 0.29 48.98 0.25 0.62
Hex B6 AD 85 0 5 1B 1D 31 19 3E
Octal 266 255 205 0 5 33 35 61 31 76
Binary 10110110 10101101 10000101 0 101 11011 11101 110001 11001 111110

Color Harmonies of #B6AD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AD85

Black with #B6AD85

Text Example


Text Example

White with #B6AD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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