#B4B083

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

Shades of Coriander #B4B083

Tints of Coriander #B4B083

Color information

#B4B083 (or 0xB4B083) is unknown color: approx Coriander. HEX triplet: B4, B0 and 83. RGB value is (180,176,131). Sum of RGB (Red+Green+Blue) = 180+176+131=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B083 is #4B4F7C. Grayscale: #ACACAC. Windows color (decimal): -4935549 or 8630452. OLE color: 8630452.

HSL color Cylindrical-coordinate representation of color #B4B083: hue angle of 55.1º degrees, saturation: 0.25, 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 #B4B083 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB180176131-
CMYK00.020.270.29
HSL55.1º24.62%60.98%-
HSV(B)55.1º27.22%70.59%-
XYZ38.4442.3927.63-
YUV172.07104.83133.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=36.96%
G=36.14%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017613100.020.270.2955.124.6260.98
HexB4B083021B1D37193d
Octal264260203023335673175
Binary101101001011000010000011010110111110111011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B083; }

 p { color: rgb(180,176,131); }

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

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

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

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

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

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

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