#BFB48E

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

Shades of Coriander #BFB48E

Tints of Coriander #BFB48E

Color information

#BFB48E (or 0xBFB48E) is unknown color: approx Coriander. HEX triplet: BF, B4 and 8E. RGB value is (191,180,142). Sum of RGB (Red+Green+Blue) = 191+180+142=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB48E is #404B71. Grayscale: #B3B3B3. Windows color (decimal): -4213618 or 9352383. OLE color: 9352383.

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

Color convert

RGB191180142-
CMYK00.060.260.25
HSL46.53º27.68%65.29%-
HSV(B)46.53º25.65%74.9%-
XYZ42.6945.6732.16-
YUV178.96107.14136.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=37.23%
G=35.09%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118014200.060.260.2546.5327.6865.29
HexBFB48E061A192f1c41
Octal2772642160632315734101
Binary10111111101101001000111001101101011001101111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB48E; }

 p { color: rgb(191,180,142); }

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

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

 a { background-color: rgb(191,180,142); }

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

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

 span { border-color: rgb(191,180,142); }

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