Html Css Color HEX #BCA653 Sundance

📋 copy color: '#BCA653'

red 188 ◦ green 166 ◦ blue 83

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

Shades of Sundance #BCA653

Tints of Sundance #BCA653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.99%

R = 43.02%
G = 37.99%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BCA653 (or 0xBCA653) is known color: Sundance. HEX triplet: BC, A6 and 53. RGB value is (188,166,83). Sum of RGB (Red+Green+Blue) = 188+166+83=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA653 is #4359AC. Grayscale: #A3A3A3. Windows color (decimal): -4413869 or 5482172. OLE color: 5482172.

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

Color convert

RGB 188 166 83 -
CMYK 0 0.12 0.56 0.26
HSL 47.43º 0.44% 0.53% -
HSV(B) 47.43º 0.56% 0.74% -
XYZ 35.94 38.59 13.74 -
YUV 163.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 188 166 83 0 0.12 0.56 0.26 47.43 0.44 0.53
Hex BC A6 53 0 C 38 1A 2F 2C 35
Octal 274 246 123 0 14 70 32 57 54 65
Binary 10111100 10100110 1010011 0 1100 111000 11010 101111 101100 110101

Color Harmonies of #BCA653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA653

Black with #BCA653

Text Example


Text Example

White with #BCA653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA653; }

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

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

background-color css

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

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

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

border-color css

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

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

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