Html Css Color HEX #B6AC85 Chino

📋 copy color: '#B6AC85'

red 182 ◦ green 172 ◦ blue 133

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

Shades of Chino #B6AC85

Tints of Chino #B6AC85

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.32%

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

R = 37.37%
G = 35.32%
B = 27.31%

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

#B6AC85 (or 0xB6AC85) is known color: Chino. HEX triplet: B6, AC and 85. RGB value is (182,172,133). Sum of RGB (Red+Green+Blue) = 182+172+133=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AC85 is #49537A. Grayscale: #AAAAAA. Windows color (decimal): -4805499 or 8760502. OLE color: 8760502.

HSL color Cylindrical-coordinate representation of color #B6AC85: hue angle of 47.76º 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 #B6AC85 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 172 133 -
CMYK 0 0.05 0.27 0.29
HSL 47.76º 0.25% 0.62% -
HSV(B) 47.76º 0.27% 0.71% -
XYZ 38.28 41.14 28.11 -
YUV 170.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 182 172 133 0 0.05 0.27 0.29 47.76 0.25 0.62
Hex B6 AC 85 0 5 1B 1D 30 19 3E
Octal 266 254 205 0 5 33 35 60 31 76
Binary 10110110 10101100 10000101 0 101 11011 11101 110000 11001 111110

Color Harmonies of #B6AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AC85

Black with #B6AC85

Text Example


Text Example

White with #B6AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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