Html Css Color HEX #BCAC4C Sundance

📋 copy color: '#BCAC4C'

red 188 ◦ green 172 ◦ blue 76

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

Shades of Sundance #BCAC4C

Tints of Sundance #BCAC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.43%

R = 43.12%
G = 39.45%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCAC4C (or 0xBCAC4C) is known color: Sundance. HEX triplet: BC, AC and 4C. RGB value is (188,172,76). Sum of RGB (Red+Green+Blue) = 188+172+76=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC4C is #4353B3. Grayscale: #A6A6A6. Windows color (decimal): -4412340 or 5024956. OLE color: 5024956.

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

Color convert

RGB 188 172 76 -
CMYK 0 0.09 0.60 0.26
HSL 51.43º 0.46% 0.52% -
HSV(B) 51.43º 0.6% 0.74% -
XYZ 36.8 40.72 12.76 -
YUV 165.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 188 172 76 0 0.09 0.60 0.26 51.43 0.46 0.52
Hex BC AC 4C 0 9 3C 1A 33 2E 34
Octal 274 254 114 0 11 74 32 63 56 64
Binary 10111100 10101100 1001100 0 1001 111100 11010 110011 101110 110100

Color Harmonies of #BCAC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC4C

Black with #BCAC4C

Text Example


Text Example

White with #BCAC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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