#BFBC92

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

Shades of Coriander #BFBC92

Tints of Coriander #BFBC92

Color information

#BFBC92 (or 0xBFBC92) is unknown color: approx Coriander. HEX triplet: BF, BC and 92. RGB value is (191,188,146). Sum of RGB (Red+Green+Blue) = 191+188+146=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC92 is #40436D. Grayscale: #B8B8B8. Windows color (decimal): -4211566 or 9616575. OLE color: 9616575.

HSL color Cylindrical-coordinate representation of color #BFBC92: hue angle of 56º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFBC92 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB191188146-
CMYK00.020.240.25
HSL56º26.01%66.08%-
HSV(B)56º23.56%74.9%-
XYZ44.6649.1234.32-
YUV184.11106.49132.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=36.38%
G=35.81%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118814600.020.240.255626.0166.08
HexBFBC92021819381a42
Octal2772742220230317032102
Binary1011111110111100100100100101100011001111000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC92; }

 p { color: rgb(191,188,146); }

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

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

 a { background-color: rgb(191,188,146); }

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

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

 span { border-color: rgb(191,188,146); }

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