Html Css Color HEX #BCA849 Sundance

📋 copy color: '#BCA849'

red 188 ◦ green 168 ◦ blue 73

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

Shades of Sundance #BCA849

Tints of Sundance #BCA849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.16%

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

R = 43.82%
G = 39.16%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCA849 (or 0xBCA849) is known color: Sundance. HEX triplet: BC, A8 and 49. RGB value is (188,168,73). Sum of RGB (Red+Green+Blue) = 188+168+73=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA849 is #4357B6. Grayscale: #A3A3A3. Windows color (decimal): -4413367 or 4827324. OLE color: 4827324.

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

Color convert

RGB 188 168 73 -
CMYK 0 0.11 0.61 0.26
HSL 49.57º 0.46% 0.51% -
HSV(B) 49.57º 0.61% 0.74% -
XYZ 35.94 39.18 11.97 -
YUV 163.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 188 168 73 0 0.11 0.61 0.26 49.57 0.46 0.51
Hex BC A8 49 0 B 3D 1A 32 2E 33
Octal 274 250 111 0 13 75 32 62 56 63
Binary 10111100 10101000 1001001 0 1011 111101 11010 110010 101110 110011

Color Harmonies of #BCA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA849

Black with #BCA849

Text Example


Text Example

White with #BCA849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA849; }

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

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

background-color css

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

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

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

border-color css

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

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

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