Html Css Color HEX #BCAA4A Sundance

📋 copy color: '#BCAA4A'

red 188 ◦ green 170 ◦ blue 74

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

Shades of Sundance #BCAA4A

Tints of Sundance #BCAA4A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.35%

 BLUE value IS 74 (29.3% from 255) = 17.13%

R = 43.52%
G = 39.35%
B = 17.13%

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

#BCAA4A (or 0xBCAA4A) is known color: Sundance. HEX triplet: BC, AA and 4A. RGB value is (188,170,74). Sum of RGB (Red+Green+Blue) = 188+170+74=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA4A is #4355B5. Grayscale: #A4A4A4. Windows color (decimal): -4412854 or 4893372. OLE color: 4893372.

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

Color convert

RGB 188 170 74 -
CMYK 0 0.10 0.61 0.26
HSL 50.53º 0.46% 0.51% -
HSV(B) 50.53º 0.61% 0.74% -
XYZ 36.35 39.94 12.27 -
YUV 164.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 188 170 74 0 0.10 0.61 0.26 50.53 0.46 0.51
Hex BC AA 4A 0 A 3D 1A 33 2E 33
Octal 274 252 112 0 12 75 32 63 56 63
Binary 10111100 10101010 1001010 0 1010 111101 11010 110011 101110 110011

Color Harmonies of #BCAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA4A

Black with #BCAA4A

Text Example


Text Example

White with #BCAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA4A; }

 p { color: rgb(188,170,74); }

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

background-color css

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

 a { background-color: rgb(188,170,74); }

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

border-color css

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

 span { border-color: rgb(188,170,74); }

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