#B3B38D

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

Shades of Coriander #B3B38D

Tints of Coriander #B3B38D

Color information

#B3B38D (or 0xB3B38D) is unknown color: approx Coriander. HEX triplet: B3, B3 and 8D. RGB value is (179,179,141). Sum of RGB (Red+Green+Blue) = 179+179+141=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B38D is #4C4C72. Grayscale: #AEAEAE. Windows color (decimal): -5000307 or 9286579. OLE color: 9286579.

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

Color convert

RGB179179141-
CMYK000.210.30
HSL60º20%62.75%-
HSV(B)60º21.23%70.2%-
XYZ39.5243.7531.56-
YUV174.67109131.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=35.87%
G=35.87%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179179141000.210.30602062.75
HexB3B38D00151E3c143f
Octal263263215002536742477
Binary10110011101100111000110100101011111011110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B38D; }

 p { color: rgb(179,179,141); }

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

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

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

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

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

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

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