Html Css Color HEX #BDA250 Sundance

📋 copy color: '#BDA250'

red 189 ◦ green 162 ◦ blue 80

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

Shades of Sundance #BDA250

Tints of Sundance #BDA250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.56%

R = 43.85%
G = 37.59%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDA250 (or 0xBDA250) is known color: Sundance. HEX triplet: BD, A2 and 50. RGB value is (189,162,80). Sum of RGB (Red+Green+Blue) = 189+162+80=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA250 is #425DAF. Grayscale: #A1A1A1. Windows color (decimal): -4349360 or 5284541. OLE color: 5284541.

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

Color convert

RGB 189 162 80 -
CMYK 0 0.14 0.58 0.26
HSL 45.14º 0.45% 0.53% -
HSV(B) 45.14º 0.58% 0.74% -
XYZ 35.35 37.24 12.91 -
YUV 160.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 189 162 80 0 0.14 0.58 0.26 45.14 0.45 0.53
Hex BD A2 50 0 E 3A 1A 2D 2D 35
Octal 275 242 120 0 16 72 32 55 55 65
Binary 10111101 10100010 1010000 0 1110 111010 11010 101101 101101 110101

Color Harmonies of #BDA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA250

Black with #BDA250

Text Example


Text Example

White with #BDA250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA250; }

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

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

background-color css

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

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

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

border-color css

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

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

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