#B6AD88

Color #B6AD88 Chino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chino #B6AD88

Tints of Chino #B6AD88

Color information

#B6AD88 (or 0xB6AD88) is unknown color: approx Chino. HEX triplet: B6, AD and 88. RGB value is (182,173,136). Sum of RGB (Red+Green+Blue) = 182+173+136=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AD88 is #495277. Grayscale: #ABABAB. Windows color (decimal): -4805240 or 8957366. OLE color: 8957366.

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

Color convert

RGB182173136-
CMYK00.050.250.29
HSL48.26º23.96%62.35%-
HSV(B)48.26º25.27%71.37%-
XYZ38.6841.6129.29-
YUV171.47107.98135.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=37.07%
G=35.23%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217313600.050.250.2948.2623.9662.35
HexB6AD8805191D30183e
Octal266255210053135603076
Binary1011011010101101100010000101110011110111000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD88; }

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

 H1.HeaderClassName
 {
   color: #B6AD88;
 }
 .AnyTagClassName
 {
   color: #B6AD88;
 }
</style>
background-color css

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

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

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

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

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

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