#BFB68F

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

Shades of Coriander #BFB68F

Tints of Coriander #BFB68F

Color information

#BFB68F (or 0xBFB68F) is unknown color: approx Coriander. HEX triplet: BF, B6 and 8F. RGB value is (191,182,143). Sum of RGB (Red+Green+Blue) = 191+182+143=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB68F is #404970. Grayscale: #B4B4B4. Windows color (decimal): -4213105 or 9418431. OLE color: 9418431.

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

Color convert

RGB191182143-
CMYK00.050.250.25
HSL48.75º27.27%65.49%-
HSV(B)48.75º25.13%74.9%-
XYZ43.1746.5232.69-
YUV180.24106.98135.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 143 (56.25% from 255) = 27.71%
R=37.02%
G=35.27%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118214300.050.250.2548.7527.2765.49
HexBFB68F051919311b41
Octal2772662170531316133101
Binary10111111101101101000111101011100111001110001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB68F; }

 p { color: rgb(191,182,143); }

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

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

 a { background-color: rgb(191,182,143); }

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

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

 span { border-color: rgb(191,182,143); }

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