Html Css Color HEX #BDA64F Sundance

📋 copy color: '#BDA64F'

red 189 ◦ green 166 ◦ blue 79

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

Shades of Sundance #BDA64F

Tints of Sundance #BDA64F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.25%

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

R = 43.55%
G = 38.25%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDA64F (or 0xBDA64F) is known color: Sundance. HEX triplet: BD, A6 and 4F. RGB value is (189,166,79). Sum of RGB (Red+Green+Blue) = 189+166+79=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA64F is #4259B0. Grayscale: #A3A3A3. Windows color (decimal): -4348337 or 5220029. OLE color: 5220029.

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

Color convert

RGB 189 166 79 -
CMYK 0 0.12 0.58 0.26
HSL 47.45º 0.45% 0.53% -
HSV(B) 47.45º 0.58% 0.74% -
XYZ 36.03 38.66 12.96 -
YUV 162.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 189 166 79 0 0.12 0.58 0.26 47.45 0.45 0.53
Hex BD A6 4F 0 C 3A 1A 2F 2D 35
Octal 275 246 117 0 14 72 32 57 55 65
Binary 10111101 10100110 1001111 0 1100 111010 11010 101111 101101 110101

Color Harmonies of #BDA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA64F

Black with #BDA64F

Text Example


Text Example

White with #BDA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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