Html Css Color HEX #BDAE4A Sundance

📋 copy color: '#BDAE4A'

red 189 ◦ green 174 ◦ blue 74

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

Shades of Sundance #BDAE4A

Tints of Sundance #BDAE4A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.82%

 BLUE value IS 74 (29.3% from 255) = 16.93%

R = 43.25%
G = 39.82%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BDAE4A (or 0xBDAE4A) is known color: Sundance. HEX triplet: BD, AE and 4A. RGB value is (189,174,74). Sum of RGB (Red+Green+Blue) = 189+174+74=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE4A is #4251B5. Grayscale: #A7A7A7. Windows color (decimal): -4346294 or 4894397. OLE color: 4894397.

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

Color convert

RGB 189 174 74 -
CMYK 0 0.08 0.61 0.26
HSL 52.17º 0.47% 0.52% -
HSV(B) 52.17º 0.61% 0.74% -
XYZ 37.36 41.59 12.54 -
YUV 167.09 75.47 143.63 -
System Red Green Blue C M Y K H S L
Decimal 189 174 74 0 0.08 0.61 0.26 52.17 0.47 0.52
Hex BD AE 4A 0 8 3D 1A 34 2F 34
Octal 275 256 112 0 10 75 32 64 57 64
Binary 10111101 10101110 1001010 0 1000 111101 11010 110100 101111 110100

Color Harmonies of #BDAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE4A

Black with #BDAE4A

Text Example


Text Example

White with #BDAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE4A; }

 p { color: rgb(189,174,74); }

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

background-color css

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

 a { background-color: rgb(189,174,74); }

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

border-color css

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

 span { border-color: rgb(189,174,74); }

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