#BDA348

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

Shades of Sundance #BDA348

Tints of Sundance #BDA348

Color information

#BDA348 (or 0xBDA348) is unknown color: approx Sundance. HEX triplet: BD, A3 and 48. RGB value is (189,163,72). Sum of RGB (Red+Green+Blue) = 189+163+72=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA348 is #425CB7. Grayscale: #A0A0A0. Windows color (decimal): -4349112 or 4760509. OLE color: 4760509.

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

Color convert

RGB18916372-
CMYK00.140.620.26
HSL46.67º46.99%51.18%-
HSV(B)46.67º61.9%74.12%-
XYZ35.2537.4811.51-
YUV160.478.11148.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 163 (64.06% from 255) = 38.44%
BLUE value IS 72 (28.52% from 255) = 16.98%
R=44.58%
G=38.44%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891637200.140.620.2646.6746.9951.18
HexBDA3480E3E1A2f2f33
Octal2752431100167632575763
Binary101111011010001110010000111011111011010101111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA348; }

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

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

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

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

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

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

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

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