Html Css Color HEX #BCAE73 Ecru

📋 copy color: '#BCAE73'

red 188 ◦ green 174 ◦ blue 115

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

Shades of Ecru #BCAE73

Tints of Ecru #BCAE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.11%

R = 39.41%
G = 36.48%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCAE73 (or 0xBCAE73) is known color: Ecru. HEX triplet: BC, AE and 73. RGB value is (188,174,115). Sum of RGB (Red+Green+Blue) = 188+174+115=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE73 is #43518C. Grayscale: #ABABAB. Windows color (decimal): -4411789 or 7581372. OLE color: 7581372.

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

Color convert

RGB 188 174 115 -
CMYK 0 0.07 0.39 0.26
HSL 48.49º 0.35% 0.59% -
HSV(B) 48.49º 0.39% 0.74% -
XYZ 38.97 42.2 22.31 -
YUV 171.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 188 174 115 0 0.07 0.39 0.26 48.49 0.35 0.59
Hex BC AE 73 0 7 27 1A 30 23 3B
Octal 274 256 163 0 7 47 32 60 43 73
Binary 10111100 10101110 1110011 0 111 100111 11010 110000 100011 111011

Color Harmonies of #BCAE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE73

Black with #BCAE73

Text Example


Text Example

White with #BCAE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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