Html Css Color HEX #BDA349 Sundance

📋 copy color: '#BDA349'

red 189 ◦ green 163 ◦ blue 73

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

Shades of Sundance #BDA349

Tints of Sundance #BDA349

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

 BLUE value IS 73 (28.91% from 255) = 17.18%

R = 44.47%
G = 38.35%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BDA349 (or 0xBDA349) is known color: Sundance. HEX triplet: BD, A3 and 49. RGB value is (189,163,73). Sum of RGB (Red+Green+Blue) = 189+163+73=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA349 is #425CB6. Grayscale: #A0A0A0. Windows color (decimal): -4349111 or 4826045. OLE color: 4826045.

HSL color Cylindrical-coordinate representation of color #BDA349: hue angle of 46.55º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDA349 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 73 -
CMYK 0 0.14 0.61 0.26
HSL 46.55º 0.47% 0.51% -
HSV(B) 46.55º 0.61% 0.74% -
XYZ 35.29 37.49 11.68 -
YUV 160.51 78.61 148.32 -
System Red Green Blue C M Y K H S L
Decimal 189 163 73 0 0.14 0.61 0.26 46.55 0.47 0.51
Hex BD A3 49 0 E 3D 1A 2F 2F 33
Octal 275 243 111 0 16 75 32 57 57 63
Binary 10111101 10100011 1001001 0 1110 111101 11010 101111 101111 110011

Color Harmonies of #BDA349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA349

Black with #BDA349

Text Example


Text Example

White with #BDA349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA349; }

 p { color: rgb(189,163,73); }

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

background-color css

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

 a { background-color: rgb(189,163,73); }

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

border-color css

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

 span { border-color: rgb(189,163,73); }

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