Html Css Color HEX #BDA74C Sundance

📋 copy color: '#BDA74C'

red 189 ◦ green 167 ◦ blue 76

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

Shades of Sundance #BDA74C

Tints of Sundance #BDA74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.59%

R = 43.75%
G = 38.66%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BDA74C (or 0xBDA74C) is known color: Sundance. HEX triplet: BD, A7 and 4C. RGB value is (189,167,76). Sum of RGB (Red+Green+Blue) = 189+167+76=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA74C is #4258B3. Grayscale: #A3A3A3. Windows color (decimal): -4348084 or 5023677. OLE color: 5023677.

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

Color convert

RGB 189 167 76 -
CMYK 0 0.12 0.60 0.26
HSL 48.32º 0.46% 0.52% -
HSV(B) 48.32º 0.6% 0.74% -
XYZ 36.11 38.98 12.46 -
YUV 163.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 189 167 76 0 0.12 0.60 0.26 48.32 0.46 0.52
Hex BD A7 4C 0 C 3C 1A 30 2E 34
Octal 275 247 114 0 14 74 32 60 56 64
Binary 10111101 10100111 1001100 0 1100 111100 11010 110000 101110 110100

Color Harmonies of #BDA74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA74C

Black with #BDA74C

Text Example


Text Example

White with #BDA74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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