#B9B48F

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

Shades of Coriander #B9B48F

Tints of Coriander #B9B48F

Color information

#B9B48F (or 0xB9B48F) is unknown color: approx Coriander. HEX triplet: B9, B4 and 8F. RGB value is (185,180,143). Sum of RGB (Red+Green+Blue) = 185+180+143=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B48F is #464B70. Grayscale: #B1B1B1. Windows color (decimal): -4606833 or 9417913. OLE color: 9417913.

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

Color convert

RGB185180143-
CMYK00.030.230.27
HSL52.86º23.08%64.31%-
HSV(B)52.86º22.7%72.55%-
XYZ41.2944.9432.48-
YUV177.28108.66133.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=36.42%
G=35.43%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518014300.030.230.2752.8623.0864.31
HexB9B48F03171B351740
Octal2712642170327336527100
Binary1011100110110100100011110111011111011110101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B48F; }

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

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

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

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

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

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

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

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