Html Css Color HEX #BDA149 Sundance

📋 copy color: '#BDA149'

red 189 ◦ green 161 ◦ blue 73

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

Shades of Sundance #BDA149

Tints of Sundance #BDA149

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.06%

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

R = 44.68%
G = 38.06%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BDA149 (or 0xBDA149) is known color: Sundance. HEX triplet: BD, A1 and 49. RGB value is (189,161,73). Sum of RGB (Red+Green+Blue) = 189+161+73=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA149 is #425EB6. Grayscale: #9F9F9F. Windows color (decimal): -4349623 or 4825533. OLE color: 4825533.

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

Color convert

RGB 189 161 73 -
CMYK 0 0.15 0.61 0.26
HSL 45.52º 0.47% 0.51% -
HSV(B) 45.52º 0.61% 0.74% -
XYZ 34.93 36.79 11.56 -
YUV 159.34 79.28 149.16 -
System Red Green Blue C M Y K H S L
Decimal 189 161 73 0 0.15 0.61 0.26 45.52 0.47 0.51
Hex BD A1 49 0 F 3D 1A 2E 2F 33
Octal 275 241 111 0 17 75 32 56 57 63
Binary 10111101 10100001 1001001 0 1111 111101 11010 101110 101111 110011

Color Harmonies of #BDA149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA149

Black with #BDA149

Text Example


Text Example

White with #BDA149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA149; }

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

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

background-color css

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

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

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

border-color css

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

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

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