#B8B37D

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

Shades of Coriander #B8B37D

Tints of Coriander #B8B37D

Color information

#B8B37D (or 0xB8B37D) is unknown color: approx Coriander. HEX triplet: B8, B3 and 7D. RGB value is (184,179,125). Sum of RGB (Red+Green+Blue) = 184+179+125=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B37D is #474C82. Grayscale: #AEAEAE. Windows color (decimal): -4672643 or 8238008. OLE color: 8238008.

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

Color convert

RGB184179125-
CMYK00.030.320.28
HSL54.92º29.35%60.59%-
HSV(B)54.92º32.07%72.16%-
XYZ39.5943.9125.79-
YUV174.34100.16134.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 179 (70.31% from 255) = 36.68%
BLUE value IS 125 (49.22% from 255) = 25.61%
R=37.70%
G=36.68%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417912500.030.320.2854.9229.3560.59
HexB8B37D03201C371d3d
Octal270263175034034673575
Binary101110001011001111111010111000001110011011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B37D; }

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

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

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

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

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

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

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

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