#B3B48F

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

Shades of Coriander #B3B48F

Tints of Coriander #B3B48F

Color information

#B3B48F (or 0xB3B48F) is unknown color: approx Coriander. HEX triplet: B3, B4 and 8F. RGB value is (179,180,143). Sum of RGB (Red+Green+Blue) = 179+180+143=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B48F is #4C4B70. Grayscale: #AFAFAF. Windows color (decimal): -5000049 or 9417907. OLE color: 9417907.

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

Color convert

RGB179180143-
CMYK0.0100.210.29
HSL61.62º19.79%63.33%-
HSV(B)61.62º20.56%70.59%-
XYZ39.8744.2132.42-
YUV175.48109.67130.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 180 (70.70% from 255) = 35.86%
BLUE value IS 143 (56.25% from 255) = 28.49%
R=35.66%
G=35.86%
B=28.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801430.0100.210.2961.6219.7963.33
HexB3B48F10151D3e143f
Octal263264217102535762477
Binary10110011101101001000111110101011110111111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B48F; }

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

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

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

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

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

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

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

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