Html Css Color HEX #BCAC4E Sundance

📋 copy color: '#BCAC4E'

red 188 ◦ green 172 ◦ blue 78

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

Shades of Sundance #BCAC4E

Tints of Sundance #BCAC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.81%

R = 42.92%
G = 39.27%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BCAC4E (or 0xBCAC4E) is known color: Sundance. HEX triplet: BC, AC and 4E. RGB value is (188,172,78). Sum of RGB (Red+Green+Blue) = 188+172+78=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC4E is #4353B1. Grayscale: #A6A6A6. Windows color (decimal): -4412338 or 5156028. OLE color: 5156028.

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

Color convert

RGB 188 172 78 -
CMYK 0 0.09 0.59 0.26
HSL 51.27º 0.45% 0.52% -
HSV(B) 51.27º 0.59% 0.74% -
XYZ 36.87 40.75 13.13 -
YUV 166.07 78.3 143.64 -
System Red Green Blue C M Y K H S L
Decimal 188 172 78 0 0.09 0.59 0.26 51.27 0.45 0.52
Hex BC AC 4E 0 9 3B 1A 33 2D 34
Octal 274 254 116 0 11 73 32 63 55 64
Binary 10111100 10101100 1001110 0 1001 111011 11010 110011 101101 110100

Color Harmonies of #BCAC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC4E

Black with #BCAC4E

Text Example


Text Example

White with #BCAC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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