Html Css Color HEX #BCAC4A Sundance

📋 copy color: '#BCAC4A'

red 188 ◦ green 172 ◦ blue 74

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

Shades of Sundance #BCAC4A

Tints of Sundance #BCAC4A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.63%

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

R = 43.32%
G = 39.63%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCAC4A (or 0xBCAC4A) is known color: Sundance. HEX triplet: BC, AC and 4A. RGB value is (188,172,74). Sum of RGB (Red+Green+Blue) = 188+172+74=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC4A is #4353B5. Grayscale: #A6A6A6. Windows color (decimal): -4412342 or 4893884. OLE color: 4893884.

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

Color convert

RGB 188 172 74 -
CMYK 0 0.09 0.61 0.26
HSL 51.58º 0.46% 0.51% -
HSV(B) 51.58º 0.61% 0.74% -
XYZ 36.73 40.69 12.4 -
YUV 165.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 188 172 74 0 0.09 0.61 0.26 51.58 0.46 0.51
Hex BC AC 4A 0 9 3D 1A 34 2E 33
Octal 274 254 112 0 11 75 32 64 56 63
Binary 10111100 10101100 1001010 0 1001 111101 11010 110100 101110 110011

Color Harmonies of #BCAC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC4A

Black with #BCAC4A

Text Example


Text Example

White with #BCAC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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