#BFBE8D

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

Shades of Coriander #BFBE8D

Tints of Coriander #BFBE8D

Color information

#BFBE8D (or 0xBFBE8D) is unknown color: approx Coriander. HEX triplet: BF, BE and 8D. RGB value is (191,190,141). Sum of RGB (Red+Green+Blue) = 191+190+141=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBE8D is #404172. Grayscale: #B8B8B8. Windows color (decimal): -4211059 or 9289407. OLE color: 9289407.

HSL color Cylindrical-coordinate representation of color #BFBE8D: hue angle of 58.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFBE8D is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB191190141-
CMYK00.010.260.25
HSL58.8º28.09%65.1%-
HSV(B)58.8º26.18%74.9%-
XYZ44.7149.8332.46-
YUV184.71103.33132.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=36.59%
G=36.40%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119014100.010.260.2558.828.0965.1
HexBFBE8D011A193b1c41
Octal2772762150132317334101
Binary101111111011111010001101011101011001111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE8D; }

 p { color: rgb(191,190,141); }

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

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

 a { background-color: rgb(191,190,141); }

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

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

 span { border-color: rgb(191,190,141); }

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