Html Css Color HEX #BCA949 Sundance

📋 copy color: '#BCA949'

red 188 ◦ green 169 ◦ blue 73

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

Shades of Sundance #BCA949

Tints of Sundance #BCA949

RGB

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

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

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

R = 43.72%
G = 39.3%
B = 16.98%

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

#BCA949 (or 0xBCA949) is known color: Sundance. HEX triplet: BC, A9 and 49. RGB value is (188,169,73). Sum of RGB (Red+Green+Blue) = 188+169+73=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA949 is #4356B6. Grayscale: #A4A4A4. Windows color (decimal): -4413111 or 4827580. OLE color: 4827580.

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

Color convert

RGB 188 169 73 -
CMYK 0 0.10 0.61 0.26
HSL 50.09º 0.46% 0.51% -
HSV(B) 50.09º 0.61% 0.74% -
XYZ 36.13 39.55 12.03 -
YUV 163.74 76.79 145.31 -
System Red Green Blue C M Y K H S L
Decimal 188 169 73 0 0.10 0.61 0.26 50.09 0.46 0.51
Hex BC A9 49 0 A 3D 1A 32 2E 33
Octal 274 251 111 0 12 75 32 62 56 63
Binary 10111100 10101001 1001001 0 1010 111101 11010 110010 101110 110011

Color Harmonies of #BCA949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA949

Black with #BCA949

Text Example


Text Example

White with #BCA949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA949; }

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

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

background-color css

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

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

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

border-color css

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

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

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