Html Css Color HEX #BCA953 Sundance

📋 copy color: '#BCA953'

red 188 ◦ green 169 ◦ blue 83

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

Shades of Sundance #BCA953

Tints of Sundance #BCA953

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.41%

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

R = 42.73%
G = 38.41%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BCA953 (or 0xBCA953) is known color: Sundance. HEX triplet: BC, A9 and 53. RGB value is (188,169,83). Sum of RGB (Red+Green+Blue) = 188+169+83=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA953 is #4356AC. Grayscale: #A5A5A5. Windows color (decimal): -4413101 or 5482940. OLE color: 5482940.

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

Color convert

RGB 188 169 83 -
CMYK 0 0.10 0.56 0.26
HSL 49.14º 0.44% 0.53% -
HSV(B) 49.14º 0.56% 0.74% -
XYZ 36.49 39.69 13.92 -
YUV 164.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 188 169 83 0 0.10 0.56 0.26 49.14 0.44 0.53
Hex BC A9 53 0 A 38 1A 31 2C 35
Octal 274 251 123 0 12 70 32 61 54 65
Binary 10111100 10101001 1010011 0 1010 111000 11010 110001 101100 110101

Color Harmonies of #BCA953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA953

Black with #BCA953

Text Example


Text Example

White with #BCA953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA953; }

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

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

background-color css

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

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

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

border-color css

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

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

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