Html Css Color HEX #BCA149 Sundance

📋 copy color: '#BCA149'

red 188 ◦ green 161 ◦ blue 73

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

Shades of Sundance #BCA149

Tints of Sundance #BCA149

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

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

R = 44.55%
G = 38.15%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCA149 (or 0xBCA149) is known color: Sundance. HEX triplet: BC, A1 and 49. RGB value is (188,161,73). Sum of RGB (Red+Green+Blue) = 188+161+73=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA149 is #435EB6. Grayscale: #9F9F9F. Windows color (decimal): -4415159 or 4825532. OLE color: 4825532.

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

Color convert

RGB 188 161 73 -
CMYK 0 0.14 0.61 0.26
HSL 45.91º 0.46% 0.51% -
HSV(B) 45.91º 0.61% 0.74% -
XYZ 34.69 36.66 11.55 -
YUV 159.04 79.45 148.66 -
System Red Green Blue C M Y K H S L
Decimal 188 161 73 0 0.14 0.61 0.26 45.91 0.46 0.51
Hex BC A1 49 0 E 3D 1A 2E 2E 33
Octal 274 241 111 0 16 75 32 56 56 63
Binary 10111100 10100001 1001001 0 1110 111101 11010 101110 101110 110011

Color Harmonies of #BCA149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA149

Black with #BCA149

Text Example


Text Example

White with #BCA149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA149; }

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

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

background-color css

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

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

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

border-color css

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

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

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