Html Css Color HEX #BCAD4A Sundance

📋 copy color: '#BCAD4A'

red 188 ◦ green 173 ◦ blue 74

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

Shades of Sundance #BCAD4A

Tints of Sundance #BCAD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.77%

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

R = 43.22%
G = 39.77%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCAD4A (or 0xBCAD4A) is known color: Sundance. HEX triplet: BC, AD and 4A. RGB value is (188,173,74). Sum of RGB (Red+Green+Blue) = 188+173+74=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD4A is #4352B5. Grayscale: #A6A6A6. Windows color (decimal): -4412086 or 4894140. OLE color: 4894140.

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

Color convert

RGB 188 173 74 -
CMYK 0 0.08 0.61 0.26
HSL 52.11º 0.46% 0.51% -
HSV(B) 52.11º 0.61% 0.74% -
XYZ 36.92 41.07 12.46 -
YUV 166.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 188 173 74 0 0.08 0.61 0.26 52.11 0.46 0.51
Hex BC AD 4A 0 8 3D 1A 34 2E 33
Octal 274 255 112 0 10 75 32 64 56 63
Binary 10111100 10101101 1001010 0 1000 111101 11010 110100 101110 110011

Color Harmonies of #BCAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD4A

Black with #BCAD4A

Text Example


Text Example

White with #BCAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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