#B4B38A

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

Shades of Coriander #B4B38A

Tints of Coriander #B4B38A

Color information

#B4B38A (or 0xB4B38A) is unknown color: approx Coriander. HEX triplet: B4, B3 and 8A. RGB value is (180,179,138). Sum of RGB (Red+Green+Blue) = 180+179+138=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B38A is #4B4C75. Grayscale: #AEAEAE. Windows color (decimal): -4934774 or 9089972. OLE color: 9089972.

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

Color convert

RGB180179138-
CMYK00.010.230.29
HSL58.57º21.88%62.35%-
HSV(B)58.57º23.33%70.59%-
XYZ39.5343.7830.41-
YUV174.62107.33131.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=36.22%
G=36.02%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017913800.010.230.2958.5721.8862.35
HexB4B38A01171D3b163e
Octal264263212012735732676
Binary10110100101100111000101001101111110111101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B38A; }

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

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

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

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

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

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

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

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