#BDA448

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

Shades of Sundance #BDA448

Tints of Sundance #BDA448

Color information

#BDA448 (or 0xBDA448) is unknown color: approx Sundance. HEX triplet: BD, A4 and 48. RGB value is (189,164,72). Sum of RGB (Red+Green+Blue) = 189+164+72=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA448 is #425BB7. Grayscale: #A1A1A1. Windows color (decimal): -4348856 or 4760765. OLE color: 4760765.

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

Color convert

RGB18916472-
CMYK00.130.620.26
HSL47.18º46.99%51.18%-
HSV(B)47.18º61.9%74.12%-
XYZ35.4337.8411.57-
YUV160.9977.78147.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.47%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 72 (28.52% from 255) = 16.94%
R=44.47%
G=38.59%
B=16.94%

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
Decimal1891647200.130.620.2647.1846.9951.18
HexBDA4480D3E1A2f2f33
Octal2752441100157632575763
Binary101111011010010010010000110111111011010101111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA448; }

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

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

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

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

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

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

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

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