#BFBD8C

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

Shades of Coriander #BFBD8C

Tints of Coriander #BFBD8C

Color information

#BFBD8C (or 0xBFBD8C) is unknown color: approx Coriander. HEX triplet: BF, BD and 8C. RGB value is (191,189,140). Sum of RGB (Red+Green+Blue) = 191+189+140=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD8C is #404273. Grayscale: #B8B8B8. Windows color (decimal): -4211316 or 9223615. OLE color: 9223615.

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

Color convert

RGB191189140-
CMYK00.010.270.25
HSL57.65º28.49%64.9%-
HSV(B)57.65º26.7%74.9%-
XYZ44.4249.3732-
YUV184.01103.16132.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=36.73%
G=36.35%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118914000.010.270.2557.6528.4964.9
HexBFBD8C011B193a1c41
Octal2772752140133317234101
Binary101111111011110110001100011101111001111010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBD8C; }

 p { color: rgb(191,189,140); }

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

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

 a { background-color: rgb(191,189,140); }

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

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

 span { border-color: rgb(191,189,140); }

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