Html Css Color HEX #BDA94F Sundance

📋 copy color: '#BDA94F'

red 189 ◦ green 169 ◦ blue 79

#BDA94F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #BDA94F

Tints of Sundance #BDA94F

RGB

 RED value IS 189 (74.22% from 255) = 43.25%

 GREEN value IS 169 (66.41% from 255) = 38.67%

 BLUE value IS 79 (31.25% from 255) = 18.08%

R = 43.25%
G = 38.67%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDA94F (or 0xBDA94F) is known color: Sundance. HEX triplet: BD, A9 and 4F. RGB value is (189,169,79). Sum of RGB (Red+Green+Blue) = 189+169+79=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA94F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA94F is #4256B0. Grayscale: #A5A5A5. Windows color (decimal): -4347569 or 5220797. OLE color: 5220797.

HSL color Cylindrical-coordinate representation of color #BDA94F: hue angle of 49.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDA94F is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 79 -
CMYK 0 0.11 0.58 0.26
HSL 49.09º 0.45% 0.53% -
HSV(B) 49.09º 0.58% 0.74% -
XYZ 36.59 39.76 13.14 -
YUV 164.72 79.63 145.32 -
System Red Green Blue C M Y K H S L
Decimal 189 169 79 0 0.11 0.58 0.26 49.09 0.45 0.53
Hex BD A9 4F 0 B 3A 1A 31 2D 35
Octal 275 251 117 0 13 72 32 61 55 65
Binary 10111101 10101001 1001111 0 1011 111010 11010 110001 101101 110101

Color Harmonies of #BDA94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA94F

Black with #BDA94F

Text Example


Text Example

White with #BDA94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA94F; }

 p { color: rgb(189,169,79); }

 H1.HeaderClassName
 {
   color: #BDA94F;
 }
 .AnyTagClassName
 {
   color: #BDA94F;
 }
</style>

background-color css

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

 a { background-color: rgb(189,169,79); }

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

border-color css

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

 span { border-color: rgb(189,169,79); }

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