#B8B47F

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

Shades of Coriander #B8B47F

Tints of Coriander #B8B47F

Color information

#B8B47F (or 0xB8B47F) is unknown color: approx Coriander. HEX triplet: B8, B4 and 7F. RGB value is (184,180,127). Sum of RGB (Red+Green+Blue) = 184+180+127=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B47F is #474B80. Grayscale: #AFAFAF. Windows color (decimal): -4672385 or 8369336. OLE color: 8369336.

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

Color convert

RGB184180127-
CMYK00.020.310.28
HSL55.79º28.64%60.98%-
HSV(B)55.79º30.98%72.16%-
XYZ39.9244.3726.54-
YUV175.15100.83134.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 127 (50% from 255) = 25.87%
R=37.47%
G=36.66%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418012700.020.310.2855.7928.6460.98
HexB8B47F021F1C381d3d
Octal270264177023734703575
Binary10111000101101001111111010111111110011100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B47F; }

 p { color: rgb(184,180,127); }

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

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

 a { background-color: rgb(184,180,127); }

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

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

 span { border-color: rgb(184,180,127); }

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