Html Css Color HEX #BCAC4F Sundance

📋 copy color: '#BCAC4F'

red 188 ◦ green 172 ◦ blue 79

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

Shades of Sundance #BCAC4F

Tints of Sundance #BCAC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18%

R = 42.82%
G = 39.18%
B = 18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BCAC4F (or 0xBCAC4F) is known color: Sundance. HEX triplet: BC, AC and 4F. RGB value is (188,172,79). Sum of RGB (Red+Green+Blue) = 188+172+79=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC4F is #4353B0. Grayscale: #A6A6A6. Windows color (decimal): -4412337 or 5221564. OLE color: 5221564.

HSL color Cylindrical-coordinate representation of color #BCAC4F: hue angle of 51.19º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCAC4F is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 172 79 -
CMYK 0 0.09 0.58 0.26
HSL 51.19º 0.45% 0.52% -
HSV(B) 51.19º 0.58% 0.74% -
XYZ 36.9 40.76 13.32 -
YUV 166.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 188 172 79 0 0.09 0.58 0.26 51.19 0.45 0.52
Hex BC AC 4F 0 9 3A 1A 33 2D 34
Octal 274 254 117 0 11 72 32 63 55 64
Binary 10111100 10101100 1001111 0 1001 111010 11010 110011 101101 110100

Color Harmonies of #BCAC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC4F

Black with #BCAC4F

Text Example


Text Example

White with #BCAC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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