Html Css Color HEX #BCAB4E Sundance

📋 copy color: '#BCAB4E'

red 188 ◦ green 171 ◦ blue 78

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

Shades of Sundance #BCAB4E

Tints of Sundance #BCAB4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.85%

R = 43.02%
G = 39.13%
B = 17.85%

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

#BCAB4E (or 0xBCAB4E) is known color: Sundance. HEX triplet: BC, AB and 4E. RGB value is (188,171,78). Sum of RGB (Red+Green+Blue) = 188+171+78=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB4E is #4354B1. Grayscale: #A5A5A5. Windows color (decimal): -4412594 or 5155772. OLE color: 5155772.

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

Color convert

RGB 188 171 78 -
CMYK 0 0.09 0.59 0.26
HSL 50.73º 0.45% 0.52% -
HSV(B) 50.73º 0.59% 0.74% -
XYZ 36.68 40.37 13.07 -
YUV 165.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 188 171 78 0 0.09 0.59 0.26 50.73 0.45 0.52
Hex BC AB 4E 0 9 3B 1A 33 2D 34
Octal 274 253 116 0 11 73 32 63 55 64
Binary 10111100 10101011 1001110 0 1001 111011 11010 110011 101101 110100

Color Harmonies of #BCAB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB4E

Black with #BCAB4E

Text Example


Text Example

White with #BCAB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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