#B6B685

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

Shades of Coriander #B6B685

Tints of Coriander #B6B685

Color information

#B6B685 (or 0xB6B685) is unknown color: approx Coriander. HEX triplet: B6, B6 and 85. RGB value is (182,182,133). Sum of RGB (Red+Green+Blue) = 182+182+133=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B685 is #49497A. Grayscale: #B0B0B0. Windows color (decimal): -4802939 or 8763062. OLE color: 8763062.

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

Color convert

RGB182182133-
CMYK000.270.29
HSL60º25.13%61.76%-
HSV(B)60º26.92%71.37%-
XYZ40.2545.0928.77-
YUV176.41103.5131.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 133 (52.34% from 255) = 26.76%
R=36.62%
G=36.62%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182182133000.270.296025.1361.76
HexB6B685001B1D3c193e
Octal266266205003335743176
Binary10110110101101101000010100110111110111110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B685; }

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

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

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

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

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

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

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

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