#B5B17F

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

Shades of Coriander #B5B17F

Tints of Coriander #B5B17F

Color information

#B5B17F (or 0xB5B17F) is unknown color: approx Coriander. HEX triplet: B5, B1 and 7F. RGB value is (181,177,127). Sum of RGB (Red+Green+Blue) = 181+177+127=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B17F is #4A4E80. Grayscale: #ACACAC. Windows color (decimal): -4869761 or 8368565. OLE color: 8368565.

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

Color convert

RGB181177127-
CMYK00.020.300.29
HSL55.56º26.73%60.39%-
HSV(B)55.56º29.83%70.98%-
XYZ38.6142.826.31-
YUV172.5102.33134.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 127 (50% from 255) = 26.19%
R=37.32%
G=36.49%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117712700.020.300.2955.5626.7360.39
HexB5B17F021E1D381b3c
Octal265261177023635703374
Binary10110101101100011111111010111101110111100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B17F; }

 p { color: rgb(181,177,127); }

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

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

 a { background-color: rgb(181,177,127); }

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

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

 span { border-color: rgb(181,177,127); }

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