Html Css Color HEX #BDA74E Sundance

📋 copy color: '#BDA74E'

red 189 ◦ green 167 ◦ blue 78

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

Shades of Sundance #BDA74E

Tints of Sundance #BDA74E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.97%

R = 43.55%
G = 38.48%
B = 17.97%

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

#BDA74E (or 0xBDA74E) is known color: Sundance. HEX triplet: BD, A7 and 4E. RGB value is (189,167,78). Sum of RGB (Red+Green+Blue) = 189+167+78=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA74E is #4258B1. Grayscale: #A3A3A3. Windows color (decimal): -4348082 or 5154749. OLE color: 5154749.

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

Color convert

RGB 189 167 78 -
CMYK 0 0.12 0.59 0.26
HSL 48.11º 0.46% 0.52% -
HSV(B) 48.11º 0.59% 0.74% -
XYZ 36.18 39.01 12.83 -
YUV 163.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 189 167 78 0 0.12 0.59 0.26 48.11 0.46 0.52
Hex BD A7 4E 0 C 3B 1A 30 2E 34
Octal 275 247 116 0 14 73 32 60 56 64
Binary 10111101 10100111 1001110 0 1100 111011 11010 110000 101110 110100

Color Harmonies of #BDA74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA74E

Black with #BDA74E

Text Example


Text Example

White with #BDA74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA74E; }

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

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

background-color css

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

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

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

border-color css

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

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

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