#B8B185

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

Shades of Coriander #B8B185

Tints of Coriander #B8B185

Color information

#B8B185 (or 0xB8B185) is unknown color: approx Coriander. HEX triplet: B8, B1 and 85. RGB value is (184,177,133). Sum of RGB (Red+Green+Blue) = 184+177+133=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B185 is #474E7A. Grayscale: #AEAEAE. Windows color (decimal): -4673147 or 8761784. OLE color: 8761784.

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

Color convert

RGB184177133-
CMYK00.040.280.28
HSL51.76º26.42%62.16%-
HSV(B)51.76º27.72%72.16%-
XYZ39.7243.3328.46-
YUV174.08104.82135.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=37.25%
G=35.83%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417713300.040.280.2851.7626.4262.16
HexB8B185041C1C341a3e
Octal270261205043434643276
Binary1011100010110001100001010100111001110011010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B185; }

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

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

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

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

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

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

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

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