Html Css Color HEX #BDAD4D Sundance

📋 copy color: '#BDAD4D'

red 189 ◦ green 173 ◦ blue 77

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

Shades of Sundance #BDAD4D

Tints of Sundance #BDAD4D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.41%

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

R = 43.05%
G = 39.41%
B = 17.54%

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

#BDAD4D (or 0xBDAD4D) is known color: Sundance. HEX triplet: BD, AD and 4D. RGB value is (189,173,77). Sum of RGB (Red+Green+Blue) = 189+173+77=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD4D is #4252B2. Grayscale: #A7A7A7. Windows color (decimal): -4346547 or 5090749. OLE color: 5090749.

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

Color convert

RGB 189 173 77 -
CMYK 0 0.08 0.59 0.26
HSL 51.43º 0.46% 0.52% -
HSV(B) 51.43º 0.59% 0.74% -
XYZ 37.27 41.24 13.02 -
YUV 166.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 189 173 77 0 0.08 0.59 0.26 51.43 0.46 0.52
Hex BD AD 4D 0 8 3B 1A 33 2E 34
Octal 275 255 115 0 10 73 32 63 56 64
Binary 10111101 10101101 1001101 0 1000 111011 11010 110011 101110 110100

Color Harmonies of #BDAD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD4D

Black with #BDAD4D

Text Example


Text Example

White with #BDAD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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