Html Css Color HEX #BCAB4A Sundance

📋 copy color: '#BCAB4A'

red 188 ◦ green 171 ◦ blue 74

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

Shades of Sundance #BCAB4A

Tints of Sundance #BCAB4A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.49%

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

R = 43.42%
G = 39.49%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCAB4A (or 0xBCAB4A) is known color: Sundance. HEX triplet: BC, AB and 4A. RGB value is (188,171,74). Sum of RGB (Red+Green+Blue) = 188+171+74=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB4A is #4354B5. Grayscale: #A5A5A5. Windows color (decimal): -4412598 or 4893628. OLE color: 4893628.

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

Color convert

RGB 188 171 74 -
CMYK 0 0.09 0.61 0.26
HSL 51.05º 0.46% 0.51% -
HSV(B) 51.05º 0.61% 0.74% -
XYZ 36.54 40.31 12.33 -
YUV 165.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 188 171 74 0 0.09 0.61 0.26 51.05 0.46 0.51
Hex BC AB 4A 0 9 3D 1A 33 2E 33
Octal 274 253 112 0 11 75 32 63 56 63
Binary 10111100 10101011 1001010 0 1001 111101 11010 110011 101110 110011

Color Harmonies of #BCAB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB4A

Black with #BCAB4A

Text Example


Text Example

White with #BCAB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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