Html Css Color HEX #BCAB74 Ecru

📋 copy color: '#BCAB74'

red 188 ◦ green 171 ◦ blue 116

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

Shades of Ecru #BCAB74

Tints of Ecru #BCAB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.42%

R = 39.58%
G = 36%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCAB74 (or 0xBCAB74) is known color: Ecru. HEX triplet: BC, AB and 74. RGB value is (188,171,116). Sum of RGB (Red+Green+Blue) = 188+171+116=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB74 is #43548B. Grayscale: #AAAAAA. Windows color (decimal): -4412556 or 7646140. OLE color: 7646140.

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

Color convert

RGB 188 171 116 -
CMYK 0 0.09 0.38 0.26
HSL 45.83º 0.35% 0.6% -
HSV(B) 45.83º 0.38% 0.74% -
XYZ 38.45 41.08 22.43 -
YUV 169.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 188 171 116 0 0.09 0.38 0.26 45.83 0.35 0.6
Hex BC AB 74 0 9 26 1A 2E 23 3C
Octal 274 253 164 0 11 46 32 56 43 74
Binary 10111100 10101011 1110100 0 1001 100110 11010 101110 100011 111100

Color Harmonies of #BCAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB74

Black with #BCAB74

Text Example


Text Example

White with #BCAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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