#B8B28E

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

Shades of Coriander #B8B28E

Tints of Coriander #B8B28E

Color information

#B8B28E (or 0xB8B28E) is unknown color: approx Coriander. HEX triplet: B8, B2 and 8E. RGB value is (184,178,142). Sum of RGB (Red+Green+Blue) = 184+178+142=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B28E is #474D71. Grayscale: #AFAFAF. Windows color (decimal): -4672882 or 9351864. OLE color: 9351864.

HSL color Cylindrical-coordinate representation of color #B8B28E: hue angle of 51.43º 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 #B8B28E is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184178142-
CMYK00.030.230.28
HSL51.43º22.83%63.92%-
HSV(B)51.43º22.83%72.16%-
XYZ40.5743.9831.94-
YUV175.69108.99133.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=36.51%
G=35.32%
B=28.17%

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
Decimal18417814200.030.230.2851.4322.8363.92
HexB8B28E03171C331740
Octal2702622160327346327100
Binary1011100010110010100011100111011111100110011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B28E; }

 p { color: rgb(184,178,142); }

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

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

 a { background-color: rgb(184,178,142); }

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

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

 span { border-color: rgb(184,178,142); }

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