#B5B38A

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

Shades of Coriander #B5B38A

Tints of Coriander #B5B38A

Color information

#B5B38A (or 0xB5B38A) is unknown color: approx Coriander. HEX triplet: B5, B3 and 8A. RGB value is (181,179,138). Sum of RGB (Red+Green+Blue) = 181+179+138=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B38A is #4A4C75. Grayscale: #AFAFAF. Windows color (decimal): -4869238 or 9089973. OLE color: 9089973.

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

Color convert

RGB181179138-
CMYK00.010.240.29
HSL57.21º22.51%62.55%-
HSV(B)57.21º23.76%70.98%-
XYZ39.7643.930.42-
YUV174.92107.16132.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=36.35%
G=35.94%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117913800.010.240.2957.2122.5162.55
HexB5B38A01181D39173f
Octal265263212013035712777
Binary10110101101100111000101001110001110111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B38A; }

 p { color: rgb(181,179,138); }

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

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

 a { background-color: rgb(181,179,138); }

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

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

 span { border-color: rgb(181,179,138); }

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