Html Css Color HEX #BDA74D Sundance

📋 copy color: '#BDA74D'

red 189 ◦ green 167 ◦ blue 77

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

Shades of Sundance #BDA74D

Tints of Sundance #BDA74D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.57%

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

R = 43.65%
G = 38.57%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BDA74D (or 0xBDA74D) is known color: Sundance. HEX triplet: BD, A7 and 4D. RGB value is (189,167,77). Sum of RGB (Red+Green+Blue) = 189+167+77=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA74D is #4258B2. Grayscale: #A3A3A3. Windows color (decimal): -4348083 or 5089213. OLE color: 5089213.

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

Color convert

RGB 189 167 77 -
CMYK 0 0.12 0.59 0.26
HSL 48.21º 0.46% 0.52% -
HSV(B) 48.21º 0.59% 0.74% -
XYZ 36.14 38.99 12.64 -
YUV 163.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 189 167 77 0 0.12 0.59 0.26 48.21 0.46 0.52
Hex BD A7 4D 0 C 3B 1A 30 2E 34
Octal 275 247 115 0 14 73 32 60 56 64
Binary 10111101 10100111 1001101 0 1100 111011 11010 110000 101110 110100

Color Harmonies of #BDA74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA74D

Black with #BDA74D

Text Example


Text Example

White with #BDA74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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