#BFB784

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

Shades of Coriander #BFB784

Tints of Coriander #BFB784

Color information

#BFB784 (or 0xBFB784) is unknown color: approx Coriander. HEX triplet: BF, B7 and 84. RGB value is (191,183,132). Sum of RGB (Red+Green+Blue) = 191+183+132=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB784 is #40487B. Grayscale: #B3B3B3. Windows color (decimal): -4212860 or 8697791. OLE color: 8697791.

HSL color Cylindrical-coordinate representation of color #BFB784: hue angle of 51.86º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFB784 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB191183132-
CMYK00.040.310.25
HSL51.86º31.55%63.33%-
HSV(B)51.86º30.89%74.9%-
XYZ42.5846.6128.58-
YUV179.58101.15136.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 132 (51.95% from 255) = 26.09%
R=37.75%
G=36.17%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118313200.040.310.2551.8631.5563.33
HexBFB784041F1934203f
Octal277267204043731644077
Binary10111111101101111000010001001111111001110100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB784; }

 p { color: rgb(191,183,132); }

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

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

 a { background-color: rgb(191,183,132); }

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

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

 span { border-color: rgb(191,183,132); }

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