#B8B785

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

Shades of Coriander #B8B785

Tints of Coriander #B8B785

Color information

#B8B785 (or 0xB8B785) is unknown color: approx Coriander. HEX triplet: B8, B7 and 85. RGB value is (184,183,133). Sum of RGB (Red+Green+Blue) = 184+183+133=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B785 is #47487A. Grayscale: #B1B1B1. Windows color (decimal): -4671611 or 8763320. OLE color: 8763320.

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

Color convert

RGB184183133-
CMYK00.010.280.28
HSL58.82º26.42%62.16%-
HSV(B)58.82º27.72%72.16%-
XYZ40.9345.7528.86-
YUV177.6102.83132.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=36.8%
G=36.6%
B=26.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418313300.010.280.2858.8226.4262.16
HexB8B785011C1C3b1a3e
Octal270267205013434733276
Binary10111000101101111000010101111001110011101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B785; }

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

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

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

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

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

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

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

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