Html Css Color HEX #BDA14D Sundance

📋 copy color: '#BDA14D'

red 189 ◦ green 161 ◦ blue 77

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

Shades of Sundance #BDA14D

Tints of Sundance #BDA14D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.7%

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

R = 44.26%
G = 37.7%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BDA14D (or 0xBDA14D) is known color: Sundance. HEX triplet: BD, A1 and 4D. RGB value is (189,161,77). Sum of RGB (Red+Green+Blue) = 189+161+77=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA14D is #425EB2. Grayscale: #A0A0A0. Windows color (decimal): -4349619 or 5087677. OLE color: 5087677.

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

Color convert

RGB 189 161 77 -
CMYK 0 0.15 0.59 0.26
HSL 45º 0.46% 0.52% -
HSV(B) 45º 0.59% 0.74% -
XYZ 35.07 36.84 12.28 -
YUV 159.8 81.28 148.83 -
System Red Green Blue C M Y K H S L
Decimal 189 161 77 0 0.15 0.59 0.26 45 0.46 0.52
Hex BD A1 4D 0 F 3B 1A 2D 2E 34
Octal 275 241 115 0 17 73 32 55 56 64
Binary 10111101 10100001 1001101 0 1111 111011 11010 101101 101110 110100

Color Harmonies of #BDA14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA14D

Black with #BDA14D

Text Example


Text Example

White with #BDA14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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