Html Css Color HEX #BCA655 Sundance

📋 copy color: '#BCA655'

red 188 ◦ green 166 ◦ blue 85

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

Shades of Sundance #BCA655

Tints of Sundance #BCA655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.36%

R = 42.82%
G = 37.81%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BCA655 (or 0xBCA655) is known color: Sundance. HEX triplet: BC, A6 and 55. RGB value is (188,166,85). Sum of RGB (Red+Green+Blue) = 188+166+85=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA655 is #4359AA. Grayscale: #A3A3A3. Windows color (decimal): -4413867 or 5613244. OLE color: 5613244.

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

Color convert

RGB 188 166 85 -
CMYK 0 0.12 0.55 0.26
HSL 47.18º 0.43% 0.54% -
HSV(B) 47.18º 0.55% 0.74% -
XYZ 36.01 38.62 14.15 -
YUV 163.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 188 166 85 0 0.12 0.55 0.26 47.18 0.43 0.54
Hex BC A6 55 0 C 37 1A 2F 2B 36
Octal 274 246 125 0 14 67 32 57 53 66
Binary 10111100 10100110 1010101 0 1100 110111 11010 101111 101011 110110

Color Harmonies of #BCA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA655

Black with #BCA655

Text Example


Text Example

White with #BCA655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA655; }

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

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

background-color css

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

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

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

border-color css

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

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

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