Html Css Color HEX #BDAE4D Sundance

📋 copy color: '#BDAE4D'

red 189 ◦ green 174 ◦ blue 77

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

Shades of Sundance #BDAE4D

Tints of Sundance #BDAE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.5%

R = 42.95%
G = 39.55%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BDAE4D (or 0xBDAE4D) is known color: Sundance. HEX triplet: BD, AE and 4D. RGB value is (189,174,77). Sum of RGB (Red+Green+Blue) = 189+174+77=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE4D is #4251B2. Grayscale: #A7A7A7. Windows color (decimal): -4346291 or 5091005. OLE color: 5091005.

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

Color convert

RGB 189 174 77 -
CMYK 0 0.08 0.59 0.26
HSL 51.96º 0.46% 0.52% -
HSV(B) 51.96º 0.59% 0.74% -
XYZ 37.46 41.63 13.08 -
YUV 167.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 189 174 77 0 0.08 0.59 0.26 51.96 0.46 0.52
Hex BD AE 4D 0 8 3B 1A 34 2E 34
Octal 275 256 115 0 10 73 32 64 56 64
Binary 10111101 10101110 1001101 0 1000 111011 11010 110100 101110 110100

Color Harmonies of #BDAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE4D

Black with #BDAE4D

Text Example


Text Example

White with #BDAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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