#BDA24B

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

Shades of Sundance #BDA24B

Tints of Sundance #BDA24B

Color information

#BDA24B (or 0xBDA24B) is unknown color: approx Sundance. HEX triplet: BD, A2 and 4B. RGB value is (189,162,75). Sum of RGB (Red+Green+Blue) = 189+162+75=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA24B is #425DB4. Grayscale: #A0A0A0. Windows color (decimal): -4349365 or 4956861. OLE color: 4956861.

HSL color Cylindrical-coordinate representation of color #BDA24B: hue angle of 45.79º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDA24B is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18916275-
CMYK00.140.600.26
HSL45.79º46.34%51.76%-
HSV(B)45.79º60.32%74.12%-
XYZ35.1837.1711.98-
YUV160.1679.95148.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 75 (29.69% from 255) = 17.61%
R=44.37%
G=38.03%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891627500.140.600.2645.7946.3451.76
HexBDA24B0E3C1A2e2e34
Octal2752421130167432565664
Binary101111011010001010010110111011110011010101110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA24B; }

 p { color: rgb(189,162,75); }

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

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

 a { background-color: rgb(189,162,75); }

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

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

 span { border-color: rgb(189,162,75); }

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