#B5B27F

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

Shades of Coriander #B5B27F

Tints of Coriander #B5B27F

Color information

#B5B27F (or 0xB5B27F) is unknown color: approx Coriander. HEX triplet: B5, B2 and 7F. RGB value is (181,178,127). Sum of RGB (Red+Green+Blue) = 181+178+127=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B27F is #4A4D80. Grayscale: #ADADAD. Windows color (decimal): -4869505 or 8368821. OLE color: 8368821.

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

Color convert

RGB181178127-
CMYK00.020.300.29
HSL56.67º26.73%60.39%-
HSV(B)56.67º29.83%70.98%-
XYZ38.8143.226.37-
YUV173.08101.99133.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 178 (69.92% from 255) = 36.63%
BLUE value IS 127 (50% from 255) = 26.13%
R=37.24%
G=36.63%
B=26.13%

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
Decimal18117812700.020.300.2956.6726.7360.39
HexB5B27F021E1D391b3c
Octal265262177023635713374
Binary10110101101100101111111010111101110111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B27F; }

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

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

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

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

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

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

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

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