#BFB68B

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

Shades of Coriander #BFB68B

Tints of Coriander #BFB68B

Color information

#BFB68B (or 0xBFB68B) is unknown color: approx Coriander. HEX triplet: BF, B6 and 8B. RGB value is (191,182,139). Sum of RGB (Red+Green+Blue) = 191+182+139=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB68B is #404974. Grayscale: #B3B3B3. Windows color (decimal): -4213109 or 9156287. OLE color: 9156287.

HSL color Cylindrical-coordinate representation of color #BFB68B: hue angle of 49.62º degrees, saturation: 0.29, 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 #BFB68B is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB191182139-
CMYK00.050.270.25
HSL49.62º28.89%64.71%-
HSV(B)49.62º27.23%74.9%-
XYZ42.8746.431.12-
YUV179.79104.98136-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=37.30%
G=35.55%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118213900.050.270.2549.6228.8964.71
HexBFB68B051B19321d41
Octal2772662130533316235101
Binary10111111101101101000101101011101111001110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB68B; }

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

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

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

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

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

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

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

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