#B4B484

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

Shades of Coriander #B4B484

Tints of Coriander #B4B484

Color information

#B4B484 (or 0xB4B484) is unknown color: approx Coriander. HEX triplet: B4, B4 and 84. RGB value is (180,180,132). Sum of RGB (Red+Green+Blue) = 180+180+132=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B484 is #4B4B7B. Grayscale: #AEAEAE. Windows color (decimal): -4934524 or 8697012. OLE color: 8697012.

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

Color convert

RGB180180132-
CMYK000.270.29
HSL60º24.24%61.18%-
HSV(B)60º26.67%70.59%-
XYZ39.3144.0128.25-
YUV174.53104131.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 132 (51.95% from 255) = 26.83%
R=36.59%
G=36.59%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180132000.270.296024.2461.18
HexB4B484001B1D3c183d
Octal264264204003335743075
Binary10110100101101001000010000110111110111110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B484; }

 p { color: rgb(180,180,132); }

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

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

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

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

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

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

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