Html Css Color HEX #BCA657 Sundance

📋 copy color: '#BCA657'

red 188 ◦ green 166 ◦ blue 87

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

Shades of Sundance #BCA657

Tints of Sundance #BCA657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.73%

R = 42.63%
G = 37.64%
B = 19.73%

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

#BCA657 (or 0xBCA657) is known color: Sundance. HEX triplet: BC, A6 and 57. RGB value is (188,166,87). Sum of RGB (Red+Green+Blue) = 188+166+87=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 87 (34.38% from 255 or 19.73% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA657 is #4359A8. Grayscale: #A3A3A3. Windows color (decimal): -4413865 or 5744316. OLE color: 5744316.

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

Color convert

RGB 188 166 87 -
CMYK 0 0.12 0.54 0.26
HSL 46.93º 0.43% 0.54% -
HSV(B) 46.93º 0.54% 0.74% -
XYZ 36.1 38.65 14.57 -
YUV 163.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 188 166 87 0 0.12 0.54 0.26 46.93 0.43 0.54
Hex BC A6 57 0 C 36 1A 2F 2B 36
Octal 274 246 127 0 14 66 32 57 53 66
Binary 10111100 10100110 1010111 0 1100 110110 11010 101111 101011 110110

Color Harmonies of #BCA657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA657

Black with #BCA657

Text Example


Text Example

White with #BCA657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA657; }

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

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

background-color css

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

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

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

border-color css

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

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

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