#B7B485

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

Shades of Coriander #B7B485

Tints of Coriander #B7B485

Color information

#B7B485 (or 0xB7B485) is unknown color: approx Coriander. HEX triplet: B7, B4 and 85. RGB value is (183,180,133). Sum of RGB (Red+Green+Blue) = 183+180+133=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B485 is #484B7A. Grayscale: #AFAFAF. Windows color (decimal): -4737915 or 8762551. OLE color: 8762551.

HSL color Cylindrical-coordinate representation of color #B7B485: hue angle of 56.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7B485 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB183180133-
CMYK00.020.270.28
HSL56.4º25.77%61.96%-
HSV(B)56.4º27.32%71.76%-
XYZ40.0844.428.65-
YUV175.54103.99133.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=36.90%
G=36.29%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318013300.020.270.2856.425.7761.96
HexB7B485021B1C381a3e
Octal267264205023334703276
Binary101101111011010010000101010110111110011100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B485; }

 p { color: rgb(183,180,133); }

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

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

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

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

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

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

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