Html Css Color HEX #BCAC4D Sundance

📋 copy color: '#BCAC4D'

red 188 ◦ green 172 ◦ blue 77

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

Shades of Sundance #BCAC4D

Tints of Sundance #BCAC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.62%

R = 43.02%
G = 39.36%
B = 17.62%

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

#BCAC4D (or 0xBCAC4D) is known color: Sundance. HEX triplet: BC, AC and 4D. RGB value is (188,172,77). Sum of RGB (Red+Green+Blue) = 188+172+77=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC4D is #4353B2. Grayscale: #A6A6A6. Windows color (decimal): -4412339 or 5090492. OLE color: 5090492.

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

Color convert

RGB 188 172 77 -
CMYK 0 0.09 0.59 0.26
HSL 51.35º 0.45% 0.52% -
HSV(B) 51.35º 0.59% 0.74% -
XYZ 36.83 40.73 12.94 -
YUV 165.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 188 172 77 0 0.09 0.59 0.26 51.35 0.45 0.52
Hex BC AC 4D 0 9 3B 1A 33 2D 34
Octal 274 254 115 0 11 73 32 63 55 64
Binary 10111100 10101100 1001101 0 1001 111011 11010 110011 101101 110100

Color Harmonies of #BCAC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC4D

Black with #BCAC4D

Text Example


Text Example

White with #BCAC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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