#BCB747

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

Shades of Celery #BCB747

Tints of Celery #BCB747

Color information

#BCB747 (or 0xBCB747) is unknown color: approx Celery. HEX triplet: BC, B7 and 47. RGB value is (188,183,71). Sum of RGB (Red+Green+Blue) = 188+183+71=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB747 is #4348B8. Grayscale: #ACACAC. Windows color (decimal): -4409529 or 4700092. OLE color: 4700092.

HSL color Cylindrical-coordinate representation of color #BCB747: hue angle of 57.44º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCB747 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18818371-
CMYK00.030.620.26
HSL57.44º46.61%50.78%-
HSV(B)57.44º62.23%73.73%-
XYZ38.8145.0112.6-
YUV171.7371.16139.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 183 (71.88% from 255) = 41.40%
BLUE value IS 71 (28.12% from 255) = 16.06%
R=42.53%
G=41.40%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881837100.030.620.2657.4446.6150.78
HexBCB747033E1A392f33
Octal274267107037632715763
Binary1011110010110111100011101111111011010111001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB747; }

 p { color: rgb(188,183,71); }

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

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

 a { background-color: rgb(188,183,71); }

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

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

 span { border-color: rgb(188,183,71); }

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