Html Css Color HEX #BDA249 Sundance

📋 copy color: '#BDA249'

red 189 ◦ green 162 ◦ blue 73

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

Shades of Sundance #BDA249

Tints of Sundance #BDA249

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

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

R = 44.58%
G = 38.21%
B = 17.22%

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

#BDA249 (or 0xBDA249) is known color: Sundance. HEX triplet: BD, A2 and 49. RGB value is (189,162,73). Sum of RGB (Red+Green+Blue) = 189+162+73=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA249 is #425DB6. Grayscale: #A0A0A0. Windows color (decimal): -4349367 or 4825789. OLE color: 4825789.

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

Color convert

RGB 189 162 73 -
CMYK 0 0.14 0.61 0.26
HSL 46.03º 0.47% 0.51% -
HSV(B) 46.03º 0.61% 0.74% -
XYZ 35.11 37.14 11.62 -
YUV 159.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 189 162 73 0 0.14 0.61 0.26 46.03 0.47 0.51
Hex BD A2 49 0 E 3D 1A 2E 2F 33
Octal 275 242 111 0 16 75 32 56 57 63
Binary 10111101 10100010 1001001 0 1110 111101 11010 101110 101111 110011

Color Harmonies of #BDA249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA249

Black with #BDA249

Text Example


Text Example

White with #BDA249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA249; }

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

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

background-color css

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

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

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

border-color css

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

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

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