#BCB647

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

Shades of Celery #BCB647

Tints of Celery #BCB647

Color information

#BCB647 (or 0xBCB647) is unknown color: approx Celery. HEX triplet: BC, B6 and 47. RGB value is (188,182,71). Sum of RGB (Red+Green+Blue) = 188+182+71=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB647 is #4349B8. Grayscale: #ABABAB. Windows color (decimal): -4409785 or 4699836. OLE color: 4699836.

HSL color Cylindrical-coordinate representation of color #BCB647: hue angle of 56.92º 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 #BCB647 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18818271-
CMYK00.030.620.26
HSL56.92º46.61%50.78%-
HSV(B)56.92º62.23%73.73%-
XYZ38.644.612.54-
YUV171.1471.49140.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 71 (28.12% from 255) = 16.10%
R=42.63%
G=41.27%
B=16.10%

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
Decimal1881827100.030.620.2656.9246.6150.78
HexBCB647033E1A392f33
Octal274266107037632715763
Binary1011110010110110100011101111111011010111001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB647; }

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

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

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

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

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

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

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

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