Html Css Color HEX #BDA549 Sundance

📋 copy color: '#BDA549'

red 189 ◦ green 165 ◦ blue 73

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

Shades of Sundance #BDA549

Tints of Sundance #BDA549

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

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

R = 44.26%
G = 38.64%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BDA549 (or 0xBDA549) is known color: Sundance. HEX triplet: BD, A5 and 49. RGB value is (189,165,73). Sum of RGB (Red+Green+Blue) = 189+165+73=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA549 is #425AB6. Grayscale: #A2A2A2. Windows color (decimal): -4348599 or 4826557. OLE color: 4826557.

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

Color convert

RGB 189 165 73 -
CMYK 0 0.13 0.61 0.26
HSL 47.59º 0.47% 0.51% -
HSV(B) 47.59º 0.61% 0.74% -
XYZ 35.64 38.21 11.8 -
YUV 161.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 189 165 73 0 0.13 0.61 0.26 47.59 0.47 0.51
Hex BD A5 49 0 D 3D 1A 30 2F 33
Octal 275 245 111 0 15 75 32 60 57 63
Binary 10111101 10100101 1001001 0 1101 111101 11010 110000 101111 110011

Color Harmonies of #BDA549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA549

Black with #BDA549

Text Example


Text Example

White with #BDA549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA549; }

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

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

background-color css

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

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

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

border-color css

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

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

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