#BDA648

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

Shades of Sundance #BDA648

Tints of Sundance #BDA648

Color information

#BDA648 (or 0xBDA648) is unknown color: approx Sundance. HEX triplet: BD, A6 and 48. RGB value is (189,166,72). Sum of RGB (Red+Green+Blue) = 189+166+72=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA648 is #4259B7. Grayscale: #A2A2A2. Windows color (decimal): -4348344 or 4761277. OLE color: 4761277.

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

Color convert

RGB18916672-
CMYK00.120.620.26
HSL48.21º46.99%51.18%-
HSV(B)48.21º61.9%74.12%-
XYZ35.7938.5611.69-
YUV162.1677.12147.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 72 (28.52% from 255) = 16.86%
R=44.26%
G=38.88%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891667200.120.620.2648.2146.9951.18
HexBDA6480C3E1A302f33
Octal2752461100147632605763
Binary101111011010011010010000110011111011010110000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA648; }

 p { color: rgb(189,166,72); }

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

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

 a { background-color: rgb(189,166,72); }

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

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

 span { border-color: rgb(189,166,72); }

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