#B9B47F

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

Shades of Coriander #B9B47F

Tints of Coriander #B9B47F

Color information

#B9B47F (or 0xB9B47F) is unknown color: approx Coriander. HEX triplet: B9, B4 and 7F. RGB value is (185,180,127). Sum of RGB (Red+Green+Blue) = 185+180+127=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B47F is #464B80. Grayscale: #AFAFAF. Windows color (decimal): -4606849 or 8369337. OLE color: 8369337.

HSL color Cylindrical-coordinate representation of color #B9B47F: hue angle of 54.83º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9B47F is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB185180127-
CMYK00.030.310.27
HSL54.83º29.29%61.18%-
HSV(B)54.83º31.35%72.55%-
XYZ40.1644.4926.55-
YUV175.45100.66134.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 127 (50% from 255) = 25.81%
R=37.60%
G=36.59%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518012700.030.310.2754.8329.2961.18
HexB9B47F031F1B371d3d
Octal271264177033733673575
Binary10111001101101001111111011111111101111011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B47F; }

 p { color: rgb(185,180,127); }

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

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

 a { background-color: rgb(185,180,127); }

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

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

 span { border-color: rgb(185,180,127); }

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