Html Css Color HEX #BCA249 Sundance

📋 copy color: '#BCA249'

red 188 ◦ green 162 ◦ blue 73

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

Shades of Sundance #BCA249

Tints of Sundance #BCA249

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.3%

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

R = 44.44%
G = 38.3%
B = 17.26%

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

#BCA249 (or 0xBCA249) is known color: Sundance. HEX triplet: BC, A2 and 49. RGB value is (188,162,73). Sum of RGB (Red+Green+Blue) = 188+162+73=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA249 is #435DB6. Grayscale: #A0A0A0. Windows color (decimal): -4414903 or 4825788. OLE color: 4825788.

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

Color convert

RGB 188 162 73 -
CMYK 0 0.14 0.61 0.26
HSL 46.43º 0.46% 0.51% -
HSV(B) 46.43º 0.61% 0.74% -
XYZ 34.86 37.01 11.61 -
YUV 159.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 188 162 73 0 0.14 0.61 0.26 46.43 0.46 0.51
Hex BC A2 49 0 E 3D 1A 2E 2E 33
Octal 274 242 111 0 16 75 32 56 56 63
Binary 10111100 10100010 1001001 0 1110 111101 11010 101110 101110 110011

Color Harmonies of #BCA249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA249

Black with #BCA249

Text Example


Text Example

White with #BCA249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA249; }

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

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

background-color css

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

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

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

border-color css

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

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

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