#BDA148

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

Shades of Sundance #BDA148

Tints of Sundance #BDA148

Color information

#BDA148 (or 0xBDA148) is unknown color: approx Sundance. HEX triplet: BD, A1 and 48. RGB value is (189,161,72). Sum of RGB (Red+Green+Blue) = 189+161+72=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA148 is #425EB7. Grayscale: #9F9F9F. Windows color (decimal): -4349624 or 4759997. OLE color: 4759997.

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

Color convert

RGB18916172-
CMYK00.150.620.26
HSL45.64º46.99%51.18%-
HSV(B)45.64º61.9%74.12%-
XYZ34.936.7811.39-
YUV159.2378.78149.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 161 (63.28% from 255) = 38.15%
BLUE value IS 72 (28.52% from 255) = 17.06%
R=44.79%
G=38.15%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891617200.150.620.2645.6446.9951.18
HexBDA1480F3E1A2e2f33
Octal2752411100177632565763
Binary101111011010000110010000111111111011010101110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA148; }

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

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

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

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

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

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

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

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