#B8B380

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

Shades of Coriander #B8B380

Tints of Coriander #B8B380

Color information

#B8B380 (or 0xB8B380) is unknown color: approx Coriander. HEX triplet: B8, B3 and 80. RGB value is (184,179,128). Sum of RGB (Red+Green+Blue) = 184+179+128=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B380 is #474C7F. Grayscale: #AEAEAE. Windows color (decimal): -4672640 or 8434616. OLE color: 8434616.

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

Color convert

RGB184179128-
CMYK00.030.300.28
HSL54.64º28.28%61.18%-
HSV(B)54.64º30.43%72.16%-
XYZ39.7843.9926.82-
YUV174.68101.66134.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=37.47%
G=36.46%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417912800.030.300.2854.6428.2861.18
HexB8B380031E1C371c3d
Octal270263200033634673475
Binary101110001011001110000000011111101110011011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B380; }

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

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

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

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

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

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

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

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