#BFBC8D

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

Shades of Coriander #BFBC8D

Tints of Coriander #BFBC8D

Color information

#BFBC8D (or 0xBFBC8D) is unknown color: approx Coriander. HEX triplet: BF, BC and 8D. RGB value is (191,188,141). Sum of RGB (Red+Green+Blue) = 191+188+141=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC8D is #404372. Grayscale: #B7B7B7. Windows color (decimal): -4211571 or 9288895. OLE color: 9288895.

HSL color Cylindrical-coordinate representation of color #BFBC8D: hue angle of 56.4º 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 #BFBC8D is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB191188141-
CMYK00.020.260.25
HSL56.4º28.09%65.1%-
HSV(B)56.4º26.18%74.9%-
XYZ44.2848.9732.32-
YUV183.54103.99133.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=36.73%
G=36.15%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118814100.020.260.2556.428.0965.1
HexBFBC8D021A19381c41
Octal2772742150232317034101
Binary1011111110111100100011010101101011001111000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC8D; }

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

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

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

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

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

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

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

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