Html Css Color HEX #BCA74C Sundance

📋 copy color: '#BCA74C'

red 188 ◦ green 167 ◦ blue 76

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

Shades of Sundance #BCA74C

Tints of Sundance #BCA74C

RGB

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

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

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

R = 43.62%
G = 38.75%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCA74C (or 0xBCA74C) is known color: Sundance. HEX triplet: BC, A7 and 4C. RGB value is (188,167,76). Sum of RGB (Red+Green+Blue) = 188+167+76=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA74C is #4358B3. Grayscale: #A3A3A3. Windows color (decimal): -4413620 or 5023676. OLE color: 5023676.

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

Color convert

RGB 188 167 76 -
CMYK 0 0.11 0.60 0.26
HSL 48.75º 0.46% 0.52% -
HSV(B) 48.75º 0.6% 0.74% -
XYZ 35.86 38.85 12.45 -
YUV 162.91 78.96 145.9 -
System Red Green Blue C M Y K H S L
Decimal 188 167 76 0 0.11 0.60 0.26 48.75 0.46 0.52
Hex BC A7 4C 0 B 3C 1A 31 2E 34
Octal 274 247 114 0 13 74 32 61 56 64
Binary 10111100 10100111 1001100 0 1011 111100 11010 110001 101110 110100

Color Harmonies of #BCA74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA74C

Black with #BCA74C

Text Example


Text Example

White with #BCA74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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