Html Css Color HEX #BCAD7B Ecru

📋 copy color: '#BCAD7B'

red 188 ◦ green 173 ◦ blue 123

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

Shades of Ecru #BCAD7B

Tints of Ecru #BCAD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.41%

R = 38.84%
G = 35.74%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BCAD7B (or 0xBCAD7B) is known color: Ecru. HEX triplet: BC, AD and 7B. RGB value is (188,173,123). Sum of RGB (Red+Green+Blue) = 188+173+123=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAD7B is #435284. Grayscale: #ACACAC. Windows color (decimal): -4412037 or 8105404. OLE color: 8105404.

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

Color convert

RGB 188 173 123 -
CMYK 0 0.08 0.35 0.26
HSL 46.15º 0.33% 0.61% -
HSV(B) 46.15º 0.35% 0.74% -
XYZ 39.26 42.01 24.78 -
YUV 171.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 188 173 123 0 0.08 0.35 0.26 46.15 0.33 0.61
Hex BC AD 7B 0 8 23 1A 2E 21 3D
Octal 274 255 173 0 10 43 32 56 41 75
Binary 10111100 10101101 1111011 0 1000 100011 11010 101110 100001 111101

Color Harmonies of #BCAD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD7B

Black with #BCAD7B

Text Example


Text Example

White with #BCAD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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