#B4B382

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

Shades of Coriander #B4B382

Tints of Coriander #B4B382

Color information

#B4B382 (or 0xB4B382) is unknown color: approx Coriander. HEX triplet: B4, B3 and 82. RGB value is (180,179,130). Sum of RGB (Red+Green+Blue) = 180+179+130=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B382 is #4B4C7D. Grayscale: #ADADAD. Windows color (decimal): -4934782 or 8565684. OLE color: 8565684.

HSL color Cylindrical-coordinate representation of color #B4B382: hue angle of 58.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4B382 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB180179130-
CMYK00.010.280.29
HSL58.8º25%60.78%-
HSV(B)58.8º27.78%70.59%-
XYZ38.9743.5627.47-
YUV173.71103.33132.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=36.81%
G=36.61%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017913000.010.280.2958.82560.78
HexB4B382011C1D3b193d
Octal264263202013435733175
Binary10110100101100111000001001111001110111101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B382; }

 p { color: rgb(180,179,130); }

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

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

 a { background-color: rgb(180,179,130); }

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

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

 span { border-color: rgb(180,179,130); }

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