Html Css Color HEX #BCAE4A Sundance

📋 copy color: '#BCAE4A'

red 188 ◦ green 174 ◦ blue 74

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

Shades of Sundance #BCAE4A

Tints of Sundance #BCAE4A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.91%

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

R = 43.12%
G = 39.91%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCAE4A (or 0xBCAE4A) is known color: Sundance. HEX triplet: BC, AE and 4A. RGB value is (188,174,74). Sum of RGB (Red+Green+Blue) = 188+174+74=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE4A is #4351B5. Grayscale: #A7A7A7. Windows color (decimal): -4411830 or 4894396. OLE color: 4894396.

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

Color convert

RGB 188 174 74 -
CMYK 0 0.07 0.61 0.26
HSL 52.63º 0.46% 0.51% -
HSV(B) 52.63º 0.61% 0.74% -
XYZ 37.11 41.46 12.52 -
YUV 166.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 188 174 74 0 0.07 0.61 0.26 52.63 0.46 0.51
Hex BC AE 4A 0 7 3D 1A 35 2E 33
Octal 274 256 112 0 7 75 32 65 56 63
Binary 10111100 10101110 1001010 0 111 111101 11010 110101 101110 110011

Color Harmonies of #BCAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE4A

Black with #BCAE4A

Text Example


Text Example

White with #BCAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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