Html Css Color HEX #BCAD7D Ecru

📋 copy color: '#BCAD7D'

red 188 ◦ green 173 ◦ blue 125

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

Shades of Ecru #BCAD7D

Tints of Ecru #BCAD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.6%

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 38.68%
G = 35.6%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCAD7D (or 0xBCAD7D) is known color: Ecru. HEX triplet: BC, AD and 7D. RGB value is (188,173,125). Sum of RGB (Red+Green+Blue) = 188+173+125=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD7D is #435282. Grayscale: #ACACAC. Windows color (decimal): -4412035 or 8236476. OLE color: 8236476.

HSL color Cylindrical-coordinate representation of color #BCAD7D: hue angle of 45.71º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCAD7D is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 173 125 -
CMYK 0 0.08 0.34 0.26
HSL 45.71º 0.32% 0.61% -
HSV(B) 45.71º 0.34% 0.74% -
XYZ 39.38 42.06 25.44 -
YUV 172.01 101.47 139.4 -
System Red Green Blue C M Y K H S L
Decimal 188 173 125 0 0.08 0.34 0.26 45.71 0.32 0.61
Hex BC AD 7D 0 8 22 1A 2E 20 3D
Octal 274 255 175 0 10 42 32 56 40 75
Binary 10111100 10101101 1111101 0 1000 100010 11010 101110 100000 111101

Color Harmonies of #BCAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD7D

Black with #BCAD7D

Text Example


Text Example

White with #BCAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD7D; }

 p { color: rgb(188,173,125); }

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

background-color css

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

 a { background-color: rgb(188,173,125); }

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

border-color css

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

 span { border-color: rgb(188,173,125); }

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