#BFBA85

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

Shades of Coriander #BFBA85

Tints of Coriander #BFBA85

Color information

#BFBA85 (or 0xBFBA85) is unknown color: approx Coriander. HEX triplet: BF, BA and 85. RGB value is (191,186,133). Sum of RGB (Red+Green+Blue) = 191+186+133=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA85 is #40457A. Grayscale: #B5B5B5. Windows color (decimal): -4212091 or 8764095. OLE color: 8764095.

HSL color Cylindrical-coordinate representation of color #BFBA85: hue angle of 54.83º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFBA85 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191186133-
CMYK00.030.300.25
HSL54.83º31.18%63.53%-
HSV(B)54.83º30.37%74.9%-
XYZ43.2847.8929.15-
YUV181.45100.66134.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=37.45%
G=36.47%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118613300.030.300.2554.8331.1863.53
HexBFBA85031E19371f40
Octal2772722050336316737100
Binary1011111110111010100001010111111011001110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA85; }

 p { color: rgb(191,186,133); }

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

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

 a { background-color: rgb(191,186,133); }

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

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

 span { border-color: rgb(191,186,133); }

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