#bfba47

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

Shades of Celery #BFBA47

Tints of Celery #BFBA47

Color information

#BFBA47 (or 0xBFBA47) is unknown color: approx Celery. HEX triplet: BF, BA and 47. RGB value is (191,186,71). Sum of RGB (Red+Green+Blue) = 191+186+71=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA47 is #4045B8. Grayscale: #AEAEAE. Windows color (decimal): -4212153 or 4700863. OLE color: 4700863.

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

Color convert

RGB19118671-
CMYK00.030.630.25
HSL57.5º48.39%51.37%-
HSV(B)57.5º62.83%74.9%-
XYZ40.1846.6512.85-
YUV174.3869.66139.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 71 (28.12% from 255) = 15.85%
R=42.63%
G=41.52%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911867100.030.630.2557.548.3951.37
HexBFBA47033F193a3033
Octal277272107037731726063
Binary1011111110111010100011101111111111001111010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfba47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfba47; }

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

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

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

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

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

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

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

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