#BCA448

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

Shades of Sundance #BCA448

Tints of Sundance #BCA448

Color information

#BCA448 (or 0xBCA448) is unknown color: approx Sundance. HEX triplet: BC, A4 and 48. RGB value is (188,164,72). Sum of RGB (Red+Green+Blue) = 188+164+72=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA448 is #435BB7. Grayscale: #A1A1A1. Windows color (decimal): -4414392 or 4760764. OLE color: 4760764.

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

Color convert

RGB18816472-
CMYK00.130.620.26
HSL47.59º46.4%50.98%-
HSV(B)47.59º61.7%73.73%-
XYZ35.1837.7111.56-
YUV160.6977.95147.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 164 (64.45% from 255) = 38.68%
BLUE value IS 72 (28.52% from 255) = 16.98%
R=44.34%
G=38.68%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881647200.130.620.2647.5946.450.98
HexBCA4480D3E1A302e33
Octal2742441100157632605663
Binary101111001010010010010000110111111011010110000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA448; }

 p { color: rgb(188,164,72); }

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

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

 a { background-color: rgb(188,164,72); }

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

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

 span { border-color: rgb(188,164,72); }

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