#BDA74B

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

Shades of Sundance #BDA74B

Tints of Sundance #BDA74B

Color information

#BDA74B (or 0xBDA74B) is unknown color: approx Sundance. HEX triplet: BD, A7 and 4B. RGB value is (189,167,75). Sum of RGB (Red+Green+Blue) = 189+167+75=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA74B is #4258B4. Grayscale: #A3A3A3. Windows color (decimal): -4348085 or 4958141. OLE color: 4958141.

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

Color convert

RGB18916775-
CMYK00.120.600.26
HSL48.42º46.34%51.76%-
HSV(B)48.42º60.32%74.12%-
XYZ36.0738.9612.28-
YUV163.0978.29146.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 75 (29.69% from 255) = 17.40%
R=43.85%
G=38.75%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891677500.120.600.2648.4246.3451.76
HexBDA74B0C3C1A302e34
Octal2752471130147432605664
Binary101111011010011110010110110011110011010110000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA74B; }

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

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

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

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

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

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

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

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