Html Css Color HEX #BCAC49 Sundance

📋 copy color: '#BCAC49'

red 188 ◦ green 172 ◦ blue 73

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

Shades of Sundance #BCAC49

Tints of Sundance #BCAC49

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.72%

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

R = 43.42%
G = 39.72%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCAC49 (or 0xBCAC49) is known color: Sundance. HEX triplet: BC, AC and 49. RGB value is (188,172,73). Sum of RGB (Red+Green+Blue) = 188+172+73=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC49 is #4353B6. Grayscale: #A5A5A5. Windows color (decimal): -4412343 or 4828348. OLE color: 4828348.

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

Color convert

RGB 188 172 73 -
CMYK 0 0.09 0.61 0.26
HSL 51.65º 0.46% 0.51% -
HSV(B) 51.65º 0.61% 0.74% -
XYZ 36.69 40.68 12.22 -
YUV 165.5 75.8 144.05 -
System Red Green Blue C M Y K H S L
Decimal 188 172 73 0 0.09 0.61 0.26 51.65 0.46 0.51
Hex BC AC 49 0 9 3D 1A 34 2E 33
Octal 274 254 111 0 11 75 32 64 56 63
Binary 10111100 10101100 1001001 0 1001 111101 11010 110100 101110 110011

Color Harmonies of #BCAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC49

Black with #BCAC49

Text Example


Text Example

White with #BCAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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