#B9B185

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

Shades of Coriander #B9B185

Tints of Coriander #B9B185

Color information

#B9B185 (or 0xB9B185) is unknown color: approx Coriander. HEX triplet: B9, B1 and 85. RGB value is (185,177,133). Sum of RGB (Red+Green+Blue) = 185+177+133=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B185 is #464E7A. Grayscale: #AEAEAE. Windows color (decimal): -4607611 or 8761785. OLE color: 8761785.

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

Color convert

RGB185177133-
CMYK00.040.280.27
HSL50.77º27.08%62.35%-
HSV(B)50.77º28.11%72.55%-
XYZ39.9643.4528.47-
YUV174.38104.65135.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=37.37%
G=35.76%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517713300.040.280.2750.7727.0862.35
HexB9B185041C1B331b3e
Octal271261205043433633376
Binary1011100110110001100001010100111001101111001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B185; }

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

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

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

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

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

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

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

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