Html Css Color HEX #BCA94C Sundance

📋 copy color: '#BCA94C'

red 188 ◦ green 169 ◦ blue 76

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

Shades of Sundance #BCA94C

Tints of Sundance #BCA94C

RGB

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

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

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

R = 43.42%
G = 39.03%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCA94C (or 0xBCA94C) is known color: Sundance. HEX triplet: BC, A9 and 4C. RGB value is (188,169,76). Sum of RGB (Red+Green+Blue) = 188+169+76=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA94C is #4356B3. Grayscale: #A4A4A4. Windows color (decimal): -4413108 or 5024188. OLE color: 5024188.

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

Color convert

RGB 188 169 76 -
CMYK 0 0.10 0.60 0.26
HSL 49.82º 0.46% 0.52% -
HSV(B) 49.82º 0.6% 0.74% -
XYZ 36.23 39.59 12.57 -
YUV 164.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 188 169 76 0 0.10 0.60 0.26 49.82 0.46 0.52
Hex BC A9 4C 0 A 3C 1A 32 2E 34
Octal 274 251 114 0 12 74 32 62 56 64
Binary 10111100 10101001 1001100 0 1010 111100 11010 110010 101110 110100

Color Harmonies of #BCA94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA94C

Black with #BCA94C

Text Example


Text Example

White with #BCA94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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