#B8B38D

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

Shades of Coriander #B8B38D

Tints of Coriander #B8B38D

Color information

#B8B38D (or 0xB8B38D) is unknown color: approx Coriander. HEX triplet: B8, B3 and 8D. RGB value is (184,179,141). Sum of RGB (Red+Green+Blue) = 184+179+141=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B38D is #474C72. Grayscale: #B0B0B0. Windows color (decimal): -4672627 or 9286584. OLE color: 9286584.

HSL color Cylindrical-coordinate representation of color #B8B38D: hue angle of 53.02º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8B38D is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184179141-
CMYK00.030.230.28
HSL53.02º23.24%63.73%-
HSV(B)53.02º23.37%72.16%-
XYZ40.6944.3531.62-
YUV176.16108.16133.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=36.51%
G=35.52%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417914100.030.230.2853.0223.2463.73
HexB8B38D03171C351740
Octal2702632150327346527100
Binary1011100010110011100011010111011111100110101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B38D; }

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

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

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

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

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

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

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

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