Html Css Color HEX #BCA656 Sundance

📋 copy color: '#BCA656'

red 188 ◦ green 166 ◦ blue 86

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

Shades of Sundance #BCA656

Tints of Sundance #BCA656

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.73%

 BLUE value IS 86 (33.98% from 255) = 19.55%

R = 42.73%
G = 37.73%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BCA656 (or 0xBCA656) is known color: Sundance. HEX triplet: BC, A6 and 56. RGB value is (188,166,86). Sum of RGB (Red+Green+Blue) = 188+166+86=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA656 is #4359A9. Grayscale: #A3A3A3. Windows color (decimal): -4413866 or 5678780. OLE color: 5678780.

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

Color convert

RGB 188 166 86 -
CMYK 0 0.12 0.54 0.26
HSL 47.06º 0.43% 0.54% -
HSV(B) 47.06º 0.54% 0.74% -
XYZ 36.05 38.64 14.36 -
YUV 163.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 188 166 86 0 0.12 0.54 0.26 47.06 0.43 0.54
Hex BC A6 56 0 C 36 1A 2F 2B 36
Octal 274 246 126 0 14 66 32 57 53 66
Binary 10111100 10100110 1010110 0 1100 110110 11010 101111 101011 110110

Color Harmonies of #BCA656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA656

Black with #BCA656

Text Example


Text Example

White with #BCA656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA656; }

 p { color: rgb(188,166,86); }

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

background-color css

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

 a { background-color: rgb(188,166,86); }

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

border-color css

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

 span { border-color: rgb(188,166,86); }

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