Html Css Color HEX #BCAE74 Ecru

📋 copy color: '#BCAE74'

red 188 ◦ green 174 ◦ blue 116

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

Shades of Ecru #BCAE74

Tints of Ecru #BCAE74

RGB

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

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

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

R = 39.33%
G = 36.4%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BCAE74 (or 0xBCAE74) is known color: Ecru. HEX triplet: BC, AE and 74. RGB value is (188,174,116). Sum of RGB (Red+Green+Blue) = 188+174+116=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAE74 is #43518B. Grayscale: #ABABAB. Windows color (decimal): -4411788 or 7646908. OLE color: 7646908.

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

Color convert

RGB 188 174 116 -
CMYK 0 0.07 0.38 0.26
HSL 48.33º 0.35% 0.6% -
HSV(B) 48.33º 0.38% 0.74% -
XYZ 39.03 42.22 22.62 -
YUV 171.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 188 174 116 0 0.07 0.38 0.26 48.33 0.35 0.6
Hex BC AE 74 0 7 26 1A 30 23 3C
Octal 274 256 164 0 7 46 32 60 43 74
Binary 10111100 10101110 1110100 0 111 100110 11010 110000 100011 111100

Color Harmonies of #BCAE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE74

Black with #BCAE74

Text Example


Text Example

White with #BCAE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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