Html Css Color HEX #BCAA53 Sundance

📋 copy color: '#BCAA53'

red 188 ◦ green 170 ◦ blue 83

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

Shades of Sundance #BCAA53

Tints of Sundance #BCAA53

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.55%

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

R = 42.63%
G = 38.55%
B = 18.82%

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

#BCAA53 (or 0xBCAA53) is known color: Sundance. HEX triplet: BC, AA and 53. RGB value is (188,170,83). Sum of RGB (Red+Green+Blue) = 188+170+83=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA53 is #4355AC. Grayscale: #A5A5A5. Windows color (decimal): -4412845 or 5483196. OLE color: 5483196.

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

Color convert

RGB 188 170 83 -
CMYK 0 0.10 0.56 0.26
HSL 49.71º 0.44% 0.53% -
HSV(B) 49.71º 0.56% 0.74% -
XYZ 36.68 40.07 13.98 -
YUV 165.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 188 170 83 0 0.10 0.56 0.26 49.71 0.44 0.53
Hex BC AA 53 0 A 38 1A 32 2C 35
Octal 274 252 123 0 12 70 32 62 54 65
Binary 10111100 10101010 1010011 0 1010 111000 11010 110010 101100 110101

Color Harmonies of #BCAA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA53

Black with #BCAA53

Text Example


Text Example

White with #BCAA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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