Html Css Color HEX #BCA353 Sundance

📋 copy color: '#BCA353'

red 188 ◦ green 163 ◦ blue 83

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

Shades of Sundance #BCA353

Tints of Sundance #BCA353

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.56%

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

R = 43.32%
G = 37.56%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BCA353 (or 0xBCA353) is known color: Sundance. HEX triplet: BC, A3 and 53. RGB value is (188,163,83). Sum of RGB (Red+Green+Blue) = 188+163+83=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA353 is #435CAC. Grayscale: #A1A1A1. Windows color (decimal): -4414637 or 5481404. OLE color: 5481404.

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

Color convert

RGB 188 163 83 -
CMYK 0 0.13 0.56 0.26
HSL 45.71º 0.44% 0.53% -
HSV(B) 45.71º 0.56% 0.74% -
XYZ 35.4 37.51 13.56 -
YUV 161.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 188 163 83 0 0.13 0.56 0.26 45.71 0.44 0.53
Hex BC A3 53 0 D 38 1A 2E 2C 35
Octal 274 243 123 0 15 70 32 56 54 65
Binary 10111100 10100011 1010011 0 1101 111000 11010 101110 101100 110101

Color Harmonies of #BCA353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA353

Black with #BCA353

Text Example


Text Example

White with #BCA353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA353; }

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

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

background-color css

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

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

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

border-color css

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

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

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