#BFB68A

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

Shades of Coriander #BFB68A

Tints of Coriander #BFB68A

Color information

#BFB68A (or 0xBFB68A) is unknown color: approx Coriander. HEX triplet: BF, B6 and 8A. RGB value is (191,182,138). Sum of RGB (Red+Green+Blue) = 191+182+138=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB68A is #404975. Grayscale: #B3B3B3. Windows color (decimal): -4213110 or 9090751. OLE color: 9090751.

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

Color convert

RGB191182138-
CMYK00.050.280.25
HSL49.81º29.28%64.51%-
HSV(B)49.81º27.75%74.9%-
XYZ42.846.3730.74-
YUV179.68104.48136.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=37.38%
G=35.62%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118213800.050.280.2549.8129.2864.51
HexBFB68A051C19321d41
Octal2772662120534316235101
Binary10111111101101101000101001011110011001110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB68A; }

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

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

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

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

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

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

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

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