#B4B381

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

Shades of Coriander #B4B381

Tints of Coriander #B4B381

Color information

#B4B381 (or 0xB4B381) is unknown color: approx Coriander. HEX triplet: B4, B3 and 81. RGB value is (180,179,129). Sum of RGB (Red+Green+Blue) = 180+179+129=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B381 is #4B4C7E. Grayscale: #ADADAD. Windows color (decimal): -4934783 or 8500148. OLE color: 8500148.

HSL color Cylindrical-coordinate representation of color #B4B381: hue angle of 58.82º 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 #B4B381 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB180179129-
CMYK00.010.280.29
HSL58.82º25.37%60.59%-
HSV(B)58.82º28.33%70.59%-
XYZ38.943.5327.12-
YUV173.6102.83132.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 179 (70.31% from 255) = 36.68%
BLUE value IS 129 (50.78% from 255) = 26.43%
R=36.89%
G=36.68%
B=26.43%

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
Decimal18017912900.010.280.2958.8225.3760.59
HexB4B381011C1D3b193d
Octal264263201013435733175
Binary10110100101100111000000101111001110111101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B381; }

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

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

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

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

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

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

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

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