Html Css Color HEX #BCA94D Sundance

📋 copy color: '#BCA94D'

red 188 ◦ green 169 ◦ blue 77

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

Shades of Sundance #BCA94D

Tints of Sundance #BCA94D

RGB

 RED value IS 188 (73.83% from 255) = 43.32%

 GREEN value IS 169 (66.41% from 255) = 38.94%

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

R = 43.32%
G = 38.94%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BCA94D (or 0xBCA94D) is known color: Sundance. HEX triplet: BC, A9 and 4D. RGB value is (188,169,77). Sum of RGB (Red+Green+Blue) = 188+169+77=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA94D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA94D is #4356B2. Grayscale: #A4A4A4. Windows color (decimal): -4413107 or 5089724. OLE color: 5089724.

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

Color convert

RGB 188 169 77 -
CMYK 0 0.10 0.59 0.26
HSL 49.73º 0.45% 0.52% -
HSV(B) 49.73º 0.59% 0.74% -
XYZ 36.27 39.6 12.75 -
YUV 164.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 188 169 77 0 0.10 0.59 0.26 49.73 0.45 0.52
Hex BC A9 4D 0 A 3B 1A 32 2D 34
Octal 274 251 115 0 12 73 32 62 55 64
Binary 10111100 10101001 1001101 0 1010 111011 11010 110010 101101 110100

Color Harmonies of #BCA94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA94D

Black with #BCA94D

Text Example


Text Example

White with #BCA94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA94D; }

 p { color: rgb(188,169,77); }

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

background-color css

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

 a { background-color: rgb(188,169,77); }

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

border-color css

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

 span { border-color: rgb(188,169,77); }

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