#B3B48A

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

Shades of Coriander #B3B48A

Tints of Coriander #B3B48A

Color information

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

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

Color convert

RGB179180138-
CMYK0.0100.230.29
HSL61.43º21.88%62.35%-
HSV(B)61.43º23.33%70.59%-
XYZ39.544.0630.47-
YUV174.91107.17130.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801380.0100.230.2961.4321.8862.35
HexB3B48A10171D3d163e
Octal263264212102735752676
Binary10110011101101001000101010101111110111110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B48A; }

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

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

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

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

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

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

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

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