#B9B292

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

Shades of Coriander #B9B292

Tints of Coriander #B9B292

Color information

#B9B292 (or 0xB9B292) is unknown color: approx Coriander. HEX triplet: B9, B2 and 92. RGB value is (185,178,146). Sum of RGB (Red+Green+Blue) = 185+178+146=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B292 is #464D6D. Grayscale: #B0B0B0. Windows color (decimal): -4607342 or 9614009. OLE color: 9614009.

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

Color convert

RGB185178146-
CMYK00.040.210.27
HSL49.23º21.79%64.9%-
HSV(B)49.23º21.08%72.55%-
XYZ41.1244.2333.56-
YUV176.44110.82134.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=36.35%
G=34.97%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517814600.040.210.2749.2321.7964.9
HexB9B29204151B311641
Octal2712622220425336126101
Binary10111001101100101001001001001010111011110001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B292; }

 p { color: rgb(185,178,146); }

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

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

 a { background-color: rgb(185,178,146); }

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

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

 span { border-color: rgb(185,178,146); }

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