Html Css Color HEX #BCAA49 Sundance

📋 copy color: '#BCAA49'

red 188 ◦ green 170 ◦ blue 73

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

Shades of Sundance #BCAA49

Tints of Sundance #BCAA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.94%

R = 43.62%
G = 39.44%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCAA49 (or 0xBCAA49) is known color: Sundance. HEX triplet: BC, AA and 49. RGB value is (188,170,73). Sum of RGB (Red+Green+Blue) = 188+170+73=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA49 is #4355B6. Grayscale: #A4A4A4. Windows color (decimal): -4412855 or 4827836. OLE color: 4827836.

HSL color Cylindrical-coordinate representation of color #BCAA49: hue angle of 50.61º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCAA49 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 73 -
CMYK 0 0.10 0.61 0.26
HSL 50.61º 0.46% 0.51% -
HSV(B) 50.61º 0.61% 0.74% -
XYZ 36.32 39.92 12.09 -
YUV 164.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 188 170 73 0 0.10 0.61 0.26 50.61 0.46 0.51
Hex BC AA 49 0 A 3D 1A 33 2E 33
Octal 274 252 111 0 12 75 32 63 56 63
Binary 10111100 10101010 1001001 0 1010 111101 11010 110011 101110 110011

Color Harmonies of #BCAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA49

Black with #BCAA49

Text Example


Text Example

White with #BCAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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